Skip to content

Commit

Permalink
v1.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
alimanfoo committed Jan 19, 2015
1 parent f780489 commit 54039e3
Show file tree
Hide file tree
Showing 2 changed files with 3 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.2'
__version__ = '1.0.3'


import petlx.push
Expand Down
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@ def get_version(source='petlx/__init__.py'):
author='Alistair Miles',
author_email='alimanfoo@googlemail.com',
package_dir={'': '.'},
packages=['petlx', 'petlx.test'],
packages=['petlx', 'petlx.test',
'petlx.bio', 'petlx.test.bio'],
url='https://github.com/alimanfoo/petlx',
license='MIT License',
description='Optional extensions for the petl package.',
Expand Down

0 comments on commit 54039e3

Please sign in to comment.