X-Git-Url: https://git.madduck.net/etc/taskwarrior.git/blobdiff_plain/b36eda610aed112d426cbaad038e69ff37ed5571..04a8a71210033ec8a7b084ecf2e8d0da1dc933ae:/setup.py diff --git a/setup.py b/setup.py index f9b838d..a275915 100644 --- a/setup.py +++ b/setup.py @@ -1,6 +1,6 @@ from setuptools import setup, find_packages -version = '0.5.0' +version = '0.10.0' setup( name='tasklib', @@ -15,7 +15,7 @@ setup( packages=find_packages(), include_package_data=True, test_suite='tasklib.tests', - install_requires=['six==1.5.2'], + install_requires=['six==1.5.2', 'pytz', 'tzlocal'], classifiers=[ 'Development Status :: 4 - Beta', 'Programming Language :: Python',