Welcome to mirror list, hosted at ThFree Co, Russian Federation.

dev.gajim.org/gajim/python-nbxmpp.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhilipp Hörist <forenjunkie@chello.at>2017-07-26 22:55:32 +0300
committerPhilipp Hörist <forenjunkie@chello.at>2017-07-26 22:55:32 +0300
commit9a9feb44e96d7fee243b6a7b417fd6b0c79a8658 (patch)
tree030a6da4cd34966ba4636c82fa02a5e43afd2454 /setup.py
parent2eddb1b22464704208a06da8d7c0fadf904cc730 (diff)
Prepare 0.5.7 release
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 dbc22b4..960a8b1 100755
--- a/setup.py
+++ b/setup.py
@@ -3,7 +3,7 @@
from distutils.core import setup
setup(name='nbxmpp',
- version='0.5.6',
+ version='0.5.7',
description='Non blocking Jabber/XMPP module',
author='Yann Leboulanger',
author_email='asterix@lagaule.org',