Bump version to 0.2.1

This commit is contained in:
Ryszard Knop 2022-05-30 22:45:49 +02:00
parent 611fec5a74
commit f8f3e45a1b
2 changed files with 2 additions and 2 deletions

View File

@ -1 +1 @@
__version__ = '0.2.0' __version__ = '0.2.1'

View File

@ -1,7 +1,7 @@
[tool.poetry] [tool.poetry]
name = "itch-dl" name = "itch-dl"
packages = [{ include = "itch_dl" }] packages = [{ include = "itch_dl" }]
version = "0.2.0" version = "0.2.1"
description = "itch.io bulk game downloader" description = "itch.io bulk game downloader"
homepage = "https://github.com/DragoonAethis/itch-dl" homepage = "https://github.com/DragoonAethis/itch-dl"
repository = "https://github.com/DragoonAethis/itch-dl" repository = "https://github.com/DragoonAethis/itch-dl"