From 030706982666365db9edd9b4ca5f0e5cf4a79fe7 Mon Sep 17 00:00:00 2001 From: Andrew Williams Date: Sat, 20 Feb 2016 17:24:48 +0000 Subject: [PATCH] Start 0.4-dev --- setup.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/setup.py b/setup.py index 7d8ad34..1078dfb 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ from setuptools import setup setup( name='NextAction', - version='0.3', + version='0.4-dev', py_modules=['nextaction'], url='https://github.com/nikdoof/NextAction', license='MIT', @@ -12,8 +12,8 @@ setup( entry_points={ "console_scripts": [ "nextaction=nextaction:main", - ], - }, + ], + }, install_requires=[ 'todoist-python', ]