From 96046e8c80143ff19d73e0296f989842cc0d4c93 Mon Sep 17 00:00:00 2001 From: Rob Golding Date: Sun, 10 Nov 2013 17:19:52 +0000 Subject: [PATCH] Bump version to 0.2 --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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', -- 2.39.2