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