Add the dev version marker to the number
This commit is contained in:
parent
12a55845ff
commit
7b79673e47
1 changed files with 1 additions and 1 deletions
2
setup.py
2
setup.py
|
@ -65,7 +65,7 @@ with open('README.rst', encoding='utf-8') as readme_fd:
|
||||||
LONG_DESCRIPTION = readme_fd.read()
|
LONG_DESCRIPTION = readme_fd.read()
|
||||||
|
|
||||||
setup(name="poezio",
|
setup(name="poezio",
|
||||||
version="1.0",
|
version="1.0" + version,
|
||||||
description="A console XMPP client",
|
description="A console XMPP client",
|
||||||
long_description=LONG_DESCRIPTION,
|
long_description=LONG_DESCRIPTION,
|
||||||
ext_modules=[module_poopt],
|
ext_modules=[module_poopt],
|
||||||
|
|
Loading…
Reference in a new issue