From 5ead2122aa799e98943e8de8e93d5a3f93bd7c75 Mon Sep 17 00:00:00 2001 From: kaliko Date: Wed, 28 Oct 2020 15:10:21 +0100 Subject: [PATCH] Releasing v0.2.0 --- sid/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sid/__init__.py b/sid/__init__.py index 8c763c8..b181829 100644 --- a/sid/__init__.py +++ b/sid/__init__.py @@ -7,6 +7,6 @@ __email__ = 'kaliko@azylum.org' __description__ = 'An xmpp bot based on slixmpp' # Use semantic versioning as much as possible # https://www.python.org/dev/peps/pep-0440/ -__version__ = '0.1.2' +__version__ = '0.2.0' __url__ = 'http://git.kaliko.me/?p=sid.git' __doc__ = 'https://kaliko.gitlab.io/sid/' -- 2.39.2