X-Git-Url: https://git.madduck.net/etc/taskwarrior.git/blobdiff_plain/29eb0036dcd80aacee9baf9910e11b5f317ce126..96046e8c80143ff19d73e0296f989842cc0d4c93:/setup.py 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',