Bump version to 0.2.0

This commit is contained in:
Daniele Tricoli 2023-02-17 22:56:49 +01:00
parent f2881f1176
commit 53040ee4c7
2 changed files with 3 additions and 3 deletions

View file

@ -7,7 +7,7 @@ profile = "black"
[tool.poetry]
name = "poetrybot"
version = "0.1.1"
version = "0.2.0"
description = "poetrybot is a Telegram bot to quote poems between friends."
authors = ["Daniele Tricoli <eriol@mornie.org>"]
readme = "README.rst"
@ -28,7 +28,7 @@ pytest-sugar = "^0.9.6"
pytest-xdist = "^3.2.0"
[tool.pytest.ini_options]
minversion = "6.0"
minversion = "0.2.0"
addopts = "--verbose"
[tool.poetry.scripts]

View file

@ -1 +1 @@
__version__ = "0.1.1"
__version__ = "0.2.0"