From 7b79673e47b1a718bd82ba5815dc7c158814408a Mon Sep 17 00:00:00 2001 From: mathieui Date: Sat, 15 Oct 2016 15:51:14 +0200 Subject: Add the dev version marker to the number --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'setup.py') diff --git a/setup.py b/setup.py index 525436e7..25fc77b3 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="1.0" + version, description="A console XMPP client", long_description=LONG_DESCRIPTION, ext_modules=[module_poopt], -- cgit v1.2.3