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-17 14:26:42 +0300
committerPhilipp Hörist <philipp@hoerist.com>2018-12-17 14:26:42 +0300
commit7303238af1005721d305c82f1423448d6906b9df (patch)
tree5d45d66640958cbc1f6ef9cf88d5846cc061bb57 /setup.py
parentc330470506344126b7714e7e4639e551e7258697 (diff)
Raise version to 0.9.90.1
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 ebc0e50..898c212 100755
--- a/setup.py
+++ b/setup.py
@@ -3,7 +3,7 @@
from setuptools import setup
setup(name='nbxmpp',
- version='0.9.90',
+ version='0.9.90.1',
description='Non blocking Jabber/XMPP module',
author='Yann Leboulanger',
author_email='asterix@lagaule.org',