diff options
author | mathieui <mathieui@mathieui.net> | 2020-05-24 17:21:09 +0200 |
---|---|---|
committer | mathieui <mathieui@mathieui.net> | 2020-05-24 17:21:09 +0200 |
commit | ad683b4b689bf767d7df1d30f964641c4bc97597 (patch) | |
tree | c6f02447e60303e3261766377b3b4c106b4ee5f7 /setup.py | |
parent | dd0be85dceb4881d7100a4ef9522370c0c1b92e7 (diff) | |
parent | 5304a89e2f72a00130dd4da53aa4492c0c106198 (diff) | |
download | poezio-ad683b4b689bf767d7df1d30f964641c4bc97597.tar.gz poezio-ad683b4b689bf767d7df1d30f964641c4bc97597.tar.bz2 poezio-ad683b4b689bf767d7df1d30f964641c4bc97597.tar.xz poezio-ad683b4b689bf767d7df1d30f964641c4bc97597.zip |
Merge branch 'next-version-0.14' into 'master'
Update version numbers
See merge request poezio/poezio!114
Diffstat (limited to 'setup.py')
-rwxr-xr-x | setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -89,7 +89,7 @@ with open('README.rst', encoding='utf-8') as readme_fd: LONG_DESCRIPTION = readme_fd.read() setup(name="poezio", - version="0.13", + version="0.14" + version, description="A console XMPP client", long_description=LONG_DESCRIPTION, ext_modules=[module_poopt], |