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>2020-07-07 23:36:27 +0300
committerlovetox <philipp@hoerist.com>2020-07-07 23:42:04 +0300
commitcc239585527c99ae3ff65a9dd2117532bc7e7bdd (patch)
tree8b2b2857b1a8ca7048a48fb7d9ecd98ed8dd6e8f
parent96a353f468bbab16e416ddfa3c1d6813750c1a25 (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 ccfbbac..4a0cc65 100644
--- a/nbxmpp/__init__.py
+++ b/nbxmpp/__init__.py
@@ -4,4 +4,4 @@ from .protocol import *
gi.require_version('Soup', '2.4')
-__version__ = "1.0.0"
+__version__ = "1.0.1"
diff --git a/setup.cfg b/setup.cfg
index 53f3837..7a9ab12 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -1,6 +1,6 @@
[metadata]
name = nbxmpp
-version = 1.0.0
+version = 1.0.1
description = XMPP Library
author = Yann Leboulanger, Philipp Hoerist
author_email = gajim-devel@gajim.org