From adfe8f8e944114c5efd22589e9874462724971a3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jelmer=20Vernoo=C4=B3?= Date: Sun, 5 Feb 2023 19:37:14 +0000 Subject: [PATCH] Release 0.5.7. --- prometheus_xmpp/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/prometheus_xmpp/__init__.py b/prometheus_xmpp/__init__.py index 57d91ad..b12af5d 100644 --- a/prometheus_xmpp/__init__.py +++ b/prometheus_xmpp/__init__.py @@ -18,7 +18,7 @@ import traceback from datetime import datetime -__version__ = (0, 5, 6) +__version__ = (0, 5, 7) version_string = '.'.join(map(str, __version__))