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-08-14 15:21:09 +0300
committerlovetox <philipp@hoerist.com>2020-08-15 09:42:45 +0300
commitf72eeeb0d655b2c5dd39b5263368dc1c68cc42fd (patch)
treee71e87dc919c59db546810ea94b0fd994d6ae022
parent2a370f80c66214a12a03aff05d0459e1fdd2fc09 (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 4a0cc65..daeedd3 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.1"
+__version__ = "1.0.2"
diff --git a/setup.cfg b/setup.cfg
index 7a9ab12..fad50a1 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -1,6 +1,6 @@
[metadata]
name = nbxmpp
-version = 1.0.1
+version = 1.0.2
description = XMPP Library
author = Yann Leboulanger, Philipp Hoerist
author_email = gajim-devel@gajim.org