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 <asterix@lagaule.org>2014-12-27 18:14:35 +0300
committerYann Leboulanger <asterix@lagaule.org>2014-12-27 18:14:35 +0300
commita7f2109146f312adfbd246474fa9d4339ae798e4 (patch)
tree017b874c53de9f644f8260421e204a7cf17bf0f9 /setup.py
parentd21786cb28a9ab6ff2c6fd3f2c5246b4705bcc40 (diff)
prepare 0.5.2 releasenbxmpp-0.5.2
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 715f589..c796b5e 100755
--- a/setup.py
+++ b/setup.py
@@ -3,7 +3,7 @@
from distutils.core import setup
setup(name='nbxmpp',
- version='0.5.1',
+ version='0.5.2',
description='Non blocking Jabber/XMPP module',
author='Yann Leboulanger',
author_email='asterix@lagaule.org',