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-05-18 21:10:48 +0300
committerlovetox <philipp@hoerist.com>2022-05-18 21:11:37 +0300
commit319eb623e7bc72483f4a37d1445fae4a492a6b53 (patch)
tree46a3d22aa3f44ec340a3cc3ef3a8720da803413a
parent5367dc3038014829cd72559608eb19191da332f7 (diff)
release: 3.0.2nbxmpp-3.0.2
-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 dc9335a..0591631 100644
--- a/nbxmpp/__init__.py
+++ b/nbxmpp/__init__.py
@@ -4,4 +4,4 @@ from .protocol import *
gi.require_version('Soup', '2.4')
-__version__: str = '3.0.1'
+__version__: str = '3.0.2'
diff --git a/setup.cfg b/setup.cfg
index 08e4db1..e157c34 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -1,6 +1,6 @@
[metadata]
name = nbxmpp
-version = 3.0.1
+version = 3.0.2
description = XMPP Library
author = Yann Leboulanger, Philipp Hoerist
author_email = gajim-devel@gajim.org