From: kaliko Date: Tue, 19 May 2020 08:10:48 +0000 (+0200) Subject: Releasing v0.1.1 X-Git-Tag: 0.1.1^0 X-Git-Url: https://git.kaliko.me/?p=sid.git;a=commitdiff_plain;h=72d12b36cf279d715319ec12417847b0ab398bfc Releasing v0.1.1 --- diff --git a/sid/__init__.py b/sid/__init__.py index 51a6914..57290b8 100644 --- a/sid/__init__.py +++ b/sid/__init__.py @@ -7,5 +7,5 @@ __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.1.dev0' +__version__ = '0.1.1' __url__ = 'http://git.kaliko.me/?p=sid.git'