From 682074303330254ae1a349a7f3a337122de4fe30 Mon Sep 17 00:00:00 2001 From: mathieui Date: Fri, 31 Jul 2015 21:35:02 +0200 Subject: 0.9 Release --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'setup.py') diff --git a/setup.py b/setup.py index 5ea97cdc..289d4286 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.9" + version, + version="0.9", description="A console XMPP client", long_description=LONG_DESCRIPTION, ext_modules=[module_poopt], -- cgit v1.2.3