diff --git a/setup.py b/setup.py index ed23fc3..516e27c 100644 --- a/setup.py +++ b/setup.py @@ -27,7 +27,7 @@ def run_tests(self): setup( name='safeint', - version='0.0.1', + version='0.0.2', description='Create an integer within a range.', long_description=long_description, url='https://github.com/pelotoncycle/safeint',