From 423fa6b38973028affe15bfb9acec3f7644a4816 Mon Sep 17 00:00:00 2001 From: Ryszard Knop Date: Fri, 8 Nov 2024 22:04:31 +0100 Subject: [PATCH] Bump version to 0.4.3 --- itch_dl/__init__.py | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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"