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>2013-12-23 19:52:52 +0400
committerYann Leboulanger <asterix@lagaule.org>2013-12-23 19:52:52 +0400
commit1151a6c452086c47cec088bfcc0cd9b67d3ef837 (patch)
treeb42300f5e0336420204d5867fadea6b6605640fc /setup.py
parent8e71af33b3bee037b391d9bbada7a3cbc2f899f7 (diff)
prepare 0.3 releasenbxmpp-0.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 e5ee7cd..8f01055 100755
--- a/setup.py
+++ b/setup.py
@@ -3,7 +3,7 @@
from distutils.core import setup
setup(name='nbxmpp',
- version='0.2',
+ version='0.3',
description='Non blocking Jabber/XMPP module',
author='Yann Leboulanger',
author_email='asterix@lagaule.org',