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-09 23:18:35 +0300
committerlovetox <philipp@hoerist.com>2022-05-09 23:18:35 +0300
commitd052048484983c04a9389eeed8903f1e6448ce72 (patch)
tree27f6089961bc9fecff543fc13f8e578782160093
parent7aff5f5efe5e21c7f38779c9231699393f4a29e4 (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 70c463f..dc9335a 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.0'
+__version__: str = '3.0.1'
diff --git a/setup.cfg b/setup.cfg
index 60091df..08e4db1 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -1,6 +1,6 @@
[metadata]
name = nbxmpp
-version = 3.0.0
+version = 3.0.1
description = XMPP Library
author = Yann Leboulanger, Philipp Hoerist
author_email = gajim-devel@gajim.org