diff --git a/setup.py b/setup.py index c00af6f..bc8dd0d 100644 --- a/setup.py +++ b/setup.py @@ -1,7 +1,7 @@ from setuptools import setup, find_packages setup(name='expecter', - version='0.1', + version='0.1.1', description='Better expectation library', author='Gary Bernhardt', author_email='gary.bernhardt@gmail.com',