misc: Bump version

This commit is contained in:
PapaTutuWawa 2020-09-27 12:45:11 +02:00
parent 68d09bbb3a
commit 2c1fb0d092

View File

@ -2,7 +2,7 @@ from setuptools import setup, find_packages
setup( setup(
name = 'janine', name = 'janine',
version = '0.2.0', version = '0.3.4',
description = 'An XMPP bot relaying data from the IHP, DWD, MOWAS and BIWAP', description = 'An XMPP bot relaying data from the IHP, DWD, MOWAS and BIWAP',
url = 'https://git.polynom.me/PapaTutuWawa/janine', url = 'https://git.polynom.me/PapaTutuWawa/janine',
author = 'Alexander "PapaTutuWawa"', author = 'Alexander "PapaTutuWawa"',