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:
authorlovetox <philipp@hoerist.com>2022-03-14 21:21:16 +0300
committerlovetox <philipp@hoerist.com>2022-03-14 21:21:16 +0300
commit5600b5ab6ae66d4514179c6f8d2612957e389fdc (patch)
tree29403839f4f168d36e5d7078e891709b1524c0e3
parenta42c3cd5bfcb2707ae5088ba4606917c40775e83 (diff)
-rw-r--r--nbxmpp/__init__.py2
-rw-r--r--setup.cfg2
2 files changed, 2 insertions, 2 deletions
diff --git a/nbxmpp/__init__.py b/nbxmpp/__init__.py
index 67350e9..2d0d7a7 100644
--- a/nbxmpp/__init__.py
+++ b/nbxmpp/__init__.py
@@ -4,4 +4,4 @@ from .protocol import *
gi.require_version('Soup', '2.4')
-__version__ = "2.0.5"
+__version__ = "2.0.6"
diff --git a/setup.cfg b/setup.cfg
index fcf4580..e5b2379 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -1,6 +1,6 @@
[metadata]
name = nbxmpp
-version = 2.0.5
+version = 2.0.6
description = XMPP Library
author = Yann Leboulanger, Philipp Hoerist
author_email = gajim-devel@gajim.org