diff --git a/setup.py b/setup.py index 3954474..09ded72 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ from distutils.core import setup setup( name='NextAction', - version='0.1', + version='0.2-dev', py_modules=['nextaction'], url='https://github.com/nikdoof/NextAction', license='MIT',