From 382e54a3933a477e70af74eb6af45c9ad4c669a3 Mon Sep 17 00:00:00 2001 From: kaliko Date: Wed, 13 May 2020 11:07:32 +0200 Subject: [PATCH] Releasing v0.1.0 --- sid/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sid/__init__.py b/sid/__init__.py index ee18d06..c24bfac 100644 --- a/sid/__init__.py +++ b/sid/__init__.py @@ -7,5 +7,5 @@ __email__ = 'kaliko@azylum.org' __description__ = 'description="An xmpp bot based on slixmpp' # Use semantic versioning as much as possible # https://www.python.org/dev/peps/pep-0440/ -__version__ = '0.0.2' +__version__ = '0.1.0' __url__ = 'http://git.kaliko.me/?p=sid.git' -- 2.39.2