diff --git a/CHANGELOG b/CHANGELOG index 9555bc43..d815ebc3 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -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. diff --git a/setup.py b/setup.py index c16e264c..d3aaa1d0 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.10" + version, + version="0.10", description="A console XMPP client", long_description=LONG_DESCRIPTION, ext_modules=[module_poopt],