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-28 12:27:58 +0300
committerlovetox <philipp@hoerist.com>2022-05-28 12:27:58 +0300
commita1d3e5acf8ea5e446a252a8e69c02909f93db23c (patch)
tree4f700c7b7d83830212f02c2cb79b07a5db602645
parentc49a7d0e7023616d1de12bc01af74e4642a03999 (diff)
release: 3.1.03.1.0
-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 0591631..eade06f 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.2'
+__version__: str = '3.1.0'
diff --git a/setup.cfg b/setup.cfg
index e157c34..c119504 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -1,6 +1,6 @@
[metadata]
name = nbxmpp
-version = 3.0.2
+version = 3.1.0
description = XMPP Library
author = Yann Leboulanger, Philipp Hoerist
author_email = gajim-devel@gajim.org