Skip to content

Commit

Permalink
Version 0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Marc Tudurí committed Jan 28, 2016
1 parent 73d8ae2 commit c4e7ea0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ def get_email(package):
description='Import your Wordpress blog data into Puput.',
long_description=open(os.path.join(os.path.dirname(__file__), 'README.rst')).read(),
install_requires=[
'puput==0.2',
'puput',
'lxml==3.4.4',
'requests==2.7.0'
],
Expand Down
2 changes: 1 addition & 1 deletion wordpress2puput/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# -*- coding: utf-8 -*-
__author__ = 'David Valera'
__email__ = '[email protected]'
__version__ = '0.1.1'
__version__ = '0.2'

0 comments on commit c4e7ea0

Please sign in to comment.