X-Git-Url: https://git.madduck.net/etc/taskwarrior.git/blobdiff_plain/ff666e5453d71418ca45ee0542a82e2c58ef8442..8ffdb2e8ec558dae9eabe8176d781a1e1ee06b97:/setup.py diff --git a/setup.py b/setup.py index 27e369f..360504e 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