diff options
author | mathieui <mathieui@mathieui.net> | 2020-05-24 16:48:10 +0200 |
---|---|---|
committer | mathieui <mathieui@mathieui.net> | 2020-05-24 17:03:43 +0200 |
commit | 420c8c6e392830dc402237e08c0494c2811b9ad1 (patch) | |
tree | d37fec968c874caaff7799e24eafb57a114e111f /setup.py | |
parent | 634962356aff667a5476da9ad0686c6e1520022c (diff) | |
download | poezio-420c8c6e392830dc402237e08c0494c2811b9ad1.tar.gz poezio-420c8c6e392830dc402237e08c0494c2811b9ad1.tar.bz2 poezio-420c8c6e392830dc402237e08c0494c2811b9ad1.tar.xz poezio-420c8c6e392830dc402237e08c0494c2811b9ad1.zip |
Update version to 0.13v0.13
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, + version="0.13", description="A console XMPP client", long_description=LONG_DESCRIPTION, ext_modules=[module_poopt], |