Skip to content

Commit

Permalink
v1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
alimanfoo committed Jan 19, 2015
1 parent 5884c23 commit f780489
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion petlx/__init__.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
from __future__ import absolute_import, print_function, division


__version__ = '1.0.1'
__version__ = '1.0.2'


import petlx.push
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,5 @@ def get_version(source='petlx/__init__.py'):
'Programming Language :: Python :: 3.4',
'Topic :: Software Development :: Libraries :: Python Modules'
],
install_requires=['petl (>=1.0)']
install_requires=['petl>=1.0']
)

0 comments on commit f780489

Please sign in to comment.