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-09-25 16:00:30 +0300
committerPhilipp Hörist <forenjunkie@chello.at>2017-09-25 16:00:30 +0300
commitb9fa37be8d6bcb7296926a755deb2cfb62faec89 (patch)
treeb3093e02e731e8f76d08b37baf3e934e7179564c
parentffb08348468e72488d7efb250b62174c9e589b73 (diff)
Update Version of setup.pynbxmpp-0.6.0
-rwxr-xr-xsetup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 960a8b1..1f66535 100755
--- a/setup.py
+++ b/setup.py
@@ -3,7 +3,7 @@
from distutils.core import setup
setup(name='nbxmpp',
- version='0.5.7',
+ version='0.6.0',
description='Non blocking Jabber/XMPP module',
author='Yann Leboulanger',
author_email='asterix@lagaule.org',