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-12-20 01:13:51 +0300
committerPhilipp Hörist <philipp@hoerist.com>2018-12-20 01:13:51 +0300
commitc51e9a85223c2ee52035af7026b9df763f389c01 (patch)
tree388cca273aff62e6e6d435bcaa821caee0ff3178 /setup.py
parent68e363f4f60c61e1f67b583c27fcc00e4efe9811 (diff)
Raise version to 0.9.90.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 898c212..e4f42fd 100755
--- a/setup.py
+++ b/setup.py
@@ -3,7 +3,7 @@
from setuptools import setup
setup(name='nbxmpp',
- version='0.9.90.1',
+ version='0.9.90.2',
description='Non blocking Jabber/XMPP module',
author='Yann Leboulanger',
author_email='asterix@lagaule.org',