diff --git a/henchman/__init__.py b/henchman/__init__.py index 2d124aa..0a2dbfe 100644 --- a/henchman/__init__.py +++ b/henchman/__init__.py @@ -11,4 +11,4 @@ __author__ = '''Feature Labs Team''' __email__ = 'team@featurelabs.com' -__version__ = '0.0.1' +__version__ = '0.0.2' diff --git a/setup.py b/setup.py index a92dbff..1c25c27 100644 --- a/setup.py +++ b/setup.py @@ -47,6 +47,6 @@ test_suite='tests', tests_require=test_requirements, url='https://github.com/featurelabs/henchman', - version='0.0.1', + version='0.0.2', zip_safe=False, )