X-Git-Url: https://git.madduck.net/etc/taskwarrior.git/blobdiff_plain/a39f27ce1b92af11794fde4f0b7badc8a39d0d6f..45feb577b06dd85e0827de3e6d98a40b996ab020:/setup.py diff --git a/setup.py b/setup.py index 30b2187..a275915 100644 --- a/setup.py +++ b/setup.py @@ -1,6 +1,6 @@ from setuptools import setup, find_packages -version = '0.8.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',