Bump version to 0.4.2

This commit is contained in:
Ryszard Knop 2024-11-08 22:00:40 +01:00
parent 71b1675332
commit 0e088603f9
2 changed files with 2 additions and 2 deletions

View File

@ -1 +1 @@
__version__ = "0.4.0" __version__ = "0.4.2"

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.4.1" version = "0.4.2"
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"