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>2018-01-26 20:58:04 +0300
committerPhilipp Hörist <forenjunkie@chello.at>2018-01-26 20:58:04 +0300
commit0f3e1ba0e442091667c57ca5f606a0b69b0198dc (patch)
tree89c81d092c3855c1f94e7ddc347b06f90e422ed1 /setup.py
parent53892171362894b7ad6d16311a93391f3f0fe6fc (diff)
prepare 0.6.3 releasenbxmpp-0.6.3
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 a192cb5..a17faef 100755
--- a/setup.py
+++ b/setup.py
@@ -3,7 +3,7 @@
from distutils.core import setup
setup(name='nbxmpp',
- version='0.6.2',
+ version='0.6.3',
description='Non blocking Jabber/XMPP module',
author='Yann Leboulanger',
author_email='asterix@lagaule.org',