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-06-04 01:43:59 +0300
committerPhilipp Hörist <forenjunkie@chello.at>2017-06-04 01:43:59 +0300
commitd13d3cf48d15b58802c441dd025194f8f074a834 (patch)
tree961ad3517296688dce952f2725dcc720468e8a83 /setup.py
parentf62261405ab90ca490c8ae73aa3b602a3a23d03f (diff)
Prepare 0.5.6 releasenbxmpp-0.5.6
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 9d0a893..dbc22b4 100755
--- a/setup.py
+++ b/setup.py
@@ -3,7 +3,7 @@
from distutils.core import setup
setup(name='nbxmpp',
- version='0.5.5',
+ version='0.5.6',
description='Non blocking Jabber/XMPP module',
author='Yann Leboulanger',
author_email='asterix@lagaule.org',