X-Git-Url: https://git.madduck.net/etc/taskwarrior.git/blobdiff_plain/1225677a596f1c36eb54ed15459ac9a40f0233e2..922cec4a15255e90f69356886de250de034372d1:/setup.py diff --git a/setup.py b/setup.py index 902f1c4..510136e 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ from setuptools import setup, find_packages install_requirements = ['six>=1.4', 'pytz', 'tzlocal'] -version = '1.1.0' +version = '1.2.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', ], )