From b026bb190d9218578ee08460c8964968784a6dd5 Mon Sep 17 00:00:00 2001 From: mathieui Date: Sun, 9 Oct 2016 18:23:10 +0200 Subject: Update sources for the next version --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'setup.py') diff --git a/setup.py b/setup.py index d3aaa1d0..525436e7 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="0.10", + version="1.0", description="A console XMPP client", long_description=LONG_DESCRIPTION, ext_modules=[module_poopt], -- cgit v1.2.3