diff --git a/itch_dl/__init__.py b/itch_dl/__init__.py index df12433..f6b7e26 100644 --- a/itch_dl/__init__.py +++ b/itch_dl/__init__.py @@ -1 +1 @@ -__version__ = "0.4.2" +__version__ = "0.4.3" diff --git a/pyproject.toml b/pyproject.toml index 386a393..c675c60 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,7 +1,7 @@ [tool.poetry] name = "itch-dl" packages = [{ include = "itch_dl" }] -version = "0.4.2" +version = "0.4.3" description = "itch.io bulk game downloader" homepage = "https://github.com/DragoonAethis/itch-dl" repository = "https://github.com/DragoonAethis/itch-dl"