From: Rob Golding Date: Sun, 10 Nov 2013 17:19:52 +0000 (+0000) Subject: Bump version to 0.2 X-Git-Url: https://git.madduck.net/etc/taskwarrior.git/commitdiff_plain/96046e8c80143ff19d73e0296f989842cc0d4c93 Bump version to 0.2 --- diff --git a/setup.py b/setup.py index 039d1d9..e3b46a5 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ from setuptools import setup, find_packages setup( name='tasklib', - version='0.1', + version='0.2', description='Python Task Warrior library', long_description=open('README.rst').read(), author='Rob Golding', @@ -14,7 +14,7 @@ setup( include_package_data=True, test_suite='tasklib.tests', classifiers=[ - 'Development Status :: 3 - Alpha', + 'Development Status :: 4 - Beta', 'License :: OSI Approved :: BSD License', 'Topic :: Software Development :: Libraries :: Python Modules', 'Programming Language :: Python',