diff options
-rw-r--r-- | CHANGELOG | 2 | ||||
-rwxr-xr-x | setup.py | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -2,7 +2,7 @@ This file describes the new features in each poezio release. For more detailed changelog, see the roadmap: https://dev.louiz.org/projects/poezio/roadmap -* Poezio 0.10 - dev +* Poezio 0.10 - A lot of cleanup and refactor in order to use cython on the codebase more easily. @@ -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], |