From 2c1fb0d092dfe2e6a0aa3ed667aebc0489efc5d3 Mon Sep 17 00:00:00 2001 From: Alexander PapaTutuWawa Date: Sun, 27 Sep 2020 12:45:11 +0200 Subject: [PATCH] misc: Bump version --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 4cc33b6..7301052 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ from setuptools import setup, find_packages setup( name = 'janine', - version = '0.2.0', + version = '0.3.4', description = 'An XMPP bot relaying data from the IHP, DWD, MOWAS and BIWAP', url = 'https://git.polynom.me/PapaTutuWawa/janine', author = 'Alexander "PapaTutuWawa"',