summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authormathieui <mathieui@mathieui.net>2018-09-12 19:33:18 +0200
committermathieui <mathieui@mathieui.net>2018-09-12 19:33:18 +0200
commit8874339879691e24866ca321a82627034f9bd61f (patch)
tree324c19bc7e9bbc56da433653c5e292c9166ca790 /setup.py
parent239d47aa1a417e571527d61e3b51638908f708d4 (diff)
downloadpoezio-v0.12-fixes.tar.gz
poezio-v0.12-fixes.tar.bz2
poezio-v0.12-fixes.tar.xz
poezio-v0.12-fixes.zip
Release poezio 0.12.1v0.12.1v0.12-fixes
Diffstat (limited to 'setup.py')
-rwxr-xr-xsetup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 7dbca67f..8d00ad80 100755
--- a/setup.py
+++ b/setup.py
@@ -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],