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 22:31:17 +0300
committerlovetox <philipp@hoerist.com>2022-05-09 23:12:19 +0300
commitae01fe8d9fe62cebd7936d45c216bab550b7babb (patch)
tree2bf4e2ccc2a235cf2fee8edc102f8e40fca24be6
parentdccbde4ca59462c5ae4f074f3bdbb5658b38c9d7 (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 e256bf5..70c463f 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.dev3"
+__version__: str = '3.0.0'
diff --git a/setup.cfg b/setup.cfg
index 3e6058b..60091df 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -1,6 +1,6 @@
[metadata]
name = nbxmpp
-version = 3.0.0.dev3
+version = 3.0.0
description = XMPP Library
author = Yann Leboulanger, Philipp Hoerist
author_email = gajim-devel@gajim.org