diff options
author | mathieui <mathieui@mathieui.net> | 2018-09-12 19:33:18 +0200 |
---|---|---|
committer | mathieui <mathieui@mathieui.net> | 2018-09-12 19:33:18 +0200 |
commit | 8874339879691e24866ca321a82627034f9bd61f (patch) | |
tree | 324c19bc7e9bbc56da433653c5e292c9166ca790 /setup.py | |
parent | 239d47aa1a417e571527d61e3b51638908f708d4 (diff) | |
download | poezio-4cea76f218e2c7e38c1f55de8f21691926b904a1.tar.gz poezio-4cea76f218e2c7e38c1f55de8f21691926b904a1.tar.bz2 poezio-4cea76f218e2c7e38c1f55de8f21691926b904a1.tar.xz poezio-4cea76f218e2c7e38c1f55de8f21691926b904a1.zip |
Release poezio 0.12.1v0.12.1v0.12-fixes
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.12", + version="0.12.1", description="A console XMPP client", long_description=LONG_DESCRIPTION, ext_modules=[module_poopt], |