meta: Bump version

This commit is contained in:
PapaTutuWawa 2021-06-13 21:23:19 +02:00
parent d2900f92c4
commit fad4541132

View File

@ -2,7 +2,7 @@ from setuptools import setup, find_packages
setup(
name = 'mira',
version = '0.1.0',
version = '0.2.0',
description = 'A command-base XMPP bot framework',
url = 'https://git.polynom.me/PapaTutuWawa/mira',
author = 'Alexander "PapaTutuWawa"',
@ -10,7 +10,7 @@ setup(
license = 'GPLv3',
packages = find_packages(),
install_requires = [
'aioxmpp>=0.11.0',
'aioxmpp>=0.12.0',
'toml>=0.10.2'
],
zip_safe=True,