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