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 <philipp@hoerist.com>2018-11-25 13:00:26 +0300
committerPhilipp Hörist <philipp@hoerist.com>2018-11-25 13:00:44 +0300
commite2b03fd01edc257f365d9ab534145c04261c8e31 (patch)
tree49dbb18066e3315c2fc38b6ce9da1b67442e1a29 /setup.py
parent12fa947ecd43d61da628089bf3c1bcc822b4c37d (diff)
Raise version
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 661e125..ebc0e50 100755
--- a/setup.py
+++ b/setup.py
@@ -3,7 +3,7 @@
from setuptools import setup
setup(name='nbxmpp',
- version='0.6.8',
+ version='0.9.90',
description='Non blocking Jabber/XMPP module',
author='Yann Leboulanger',
author_email='asterix@lagaule.org',