From 3bf53c7436582541a66eda0d0637f66bc282c9eb Mon Sep 17 00:00:00 2001 From: Andrew Williams Date: Sat, 12 Dec 2015 14:22:14 +0000 Subject: [PATCH] Version 0.2 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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',