X-Git-Url: https://git.madduck.net/etc/taskwarrior.git/blobdiff_plain/791af4dbe80d6c760589edf5aa9f2895558a83d2..1225677a596f1c36eb54ed15459ac9a40f0233e2:/setup.py diff --git a/setup.py b/setup.py index b7ebe9c..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.12.1' +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' ], )