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:
authorYann Leboulanger <yann@leboulanger.org>2017-11-29 23:23:59 +0300
committerYann Leboulanger <yann@leboulanger.org>2017-11-29 23:23:59 +0300
commite79bf2856f3b9f1bec4b6831b8473f5c26384c2e (patch)
tree528b4550ec7077550535a233ffb62c2fd13548c0 /setup.py
parentef78e16c87afc84f481c567cccc4bff8731e690d (diff)
prepare 0.6.1 releasenbxmpp-0.6.1
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 1f66535..02c0fca 100755
--- a/setup.py
+++ b/setup.py
@@ -3,7 +3,7 @@
from distutils.core import setup
setup(name='nbxmpp',
- version='0.6.0',
+ version='0.6.1',
description='Non blocking Jabber/XMPP module',
author='Yann Leboulanger',
author_email='asterix@lagaule.org',