diff --git a/setup.py b/setup.py index 7f3632b..6a5fb35 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ from setuptools import setup setup( name='NextAction', - version='0.2', + version='0.3-dev', py_modules=['nextaction'], url='https://github.com/nikdoof/NextAction', license='MIT',