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-07-02 20:04:01 +0400
committerYann Leboulanger <asterix@lagaule.org>2014-07-02 20:04:01 +0400
commit851eb93c20cc6611a937abbf60a865777ad35913 (patch)
treec4fdfad9538c0496e3e9720f465ad9cecde40768
parent55cd8f797fd270ca3bf827f28e31d0e7abd98504 (diff)
fix setup script for 0.5 releasenbxmpp-0.5
-rwxr-xr-xsetup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 975e443..5b38466 100755
--- a/setup.py
+++ b/setup.py
@@ -3,7 +3,7 @@
from distutils.core import setup
setup(name='nbxmpp',
- version='0.4',
+ version='0.5',
description='Non blocking Jabber/XMPP module',
author='Yann Leboulanger',
author_email='asterix@lagaule.org',