diff options
author | mathieui <mathieui@mathieui.net> | 2016-10-15 15:51:14 +0200 |
---|---|---|
committer | mathieui <mathieui@mathieui.net> | 2016-10-15 15:51:14 +0200 |
commit | 7b79673e47b1a718bd82ba5815dc7c158814408a (patch) | |
tree | 2cdbb1e7a0249038d9e654dfb4a49420d8063eac /setup.py | |
parent | 12a55845ffce83f321bc05b0499e11b86f09271a (diff) | |
download | poezio-7b79673e47b1a718bd82ba5815dc7c158814408a.tar.gz poezio-7b79673e47b1a718bd82ba5815dc7c158814408a.tar.bz2 poezio-7b79673e47b1a718bd82ba5815dc7c158814408a.tar.xz poezio-7b79673e47b1a718bd82ba5815dc7c158814408a.zip |
Add the dev version marker to the number
Diffstat (limited to 'setup.py')
-rwxr-xr-x | setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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], |