From d165f13a81d407fe3272da3830452cdbea01cea9 Mon Sep 17 00:00:00 2001 From: mathieui Date: Sat, 22 Feb 2014 14:27:31 +0100 Subject: Bump dev version --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'setup.py') diff --git a/setup.py b/setup.py index 930e44d9..36170530 100644 --- a/setup.py +++ b/setup.py @@ -13,7 +13,7 @@ if not os.path.exists(os.path.join(current_dir, 'src', 'default_config.cfg')): os.path.join(current_dir, 'src', 'default_config.cfg')) setup(name="poezio", - version="0.8", + version="0.8.3-dev", description="A console XMPP client", long_description= """ @@ -30,7 +30,7 @@ setup(name="poezio", maintainer = 'Mathieu Pasquet', maintainer_email = 'mathieui@mathieui.net', - classifiers = ['Development Status :: 5 - Production/Stable', + classifiers = ['Development Status :: 2 - Pre-Alpha', 'Environment :: Console :: Curses', 'Intended Audience :: End Users/Desktop', 'License :: OSI Approved :: zlib/libpng License', -- cgit v1.2.3