From 05fa56aea5695b676c4d4f815c008f2ae0698a30 Mon Sep 17 00:00:00 2001 From: mathieui Date: Thu, 14 Jul 2016 10:50:38 +0200 Subject: Next version is 0.10, not 1.0 1.0 is still a long way off --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'setup.py') diff --git a/setup.py b/setup.py index fbd211a5..fb491bbd 100755 --- a/setup.py +++ b/setup.py @@ -65,7 +65,7 @@ with open('README.rst', encoding='utf-8') as readme_fd: LONG_DESCRIPTION = readme_fd.read() setup(name="poezio", - version="1.0" + version, + version="0.10" + version, description="A console XMPP client", long_description=LONG_DESCRIPTION, ext_modules=[module_poopt], -- cgit v1.2.3