X-Git-Url: https://git.madduck.net/etc/taskwarrior.git/blobdiff_plain/ff666e5453d71418ca45ee0542a82e2c58ef8442..1225677a596f1c36eb54ed15459ac9a40f0233e2:/setup.py diff --git a/setup.py b/setup.py index 27e369f..902f1c4 100644 --- a/setup.py +++ b/setup.py @@ -1,8 +1,8 @@ from setuptools import setup, find_packages -install_requirements = ['six==1.5.2', 'pytz', 'tzlocal'] +install_requirements = ['six>=1.4', 'pytz', 'tzlocal'] -version = '0.10.0' +version = '1.1.0' try: import importlib @@ -34,6 +34,6 @@ setup( "Programming Language :: Python :: 3.3", 'License :: OSI Approved :: BSD License', 'Topic :: Software Development :: Libraries :: Python Modules', - 'Intended Audience :: Developers', + 'Intended Audience :: Developers' ], )