From 5fd3d8815c0c0fe2329cd918a44f23f605ffc170 Mon Sep 17 00:00:00 2001 From: Ryszard Knop Date: Thu, 19 Dec 2024 14:02:56 +0100 Subject: [PATCH] Bump version to 0.5.0 --- 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 f6b7e26..3d18726 100644 --- a/itch_dl/__init__.py +++ b/itch_dl/__init__.py @@ -1 +1 @@ -__version__ = "0.4.3" +__version__ = "0.5.0" diff --git a/pyproject.toml b/pyproject.toml index c675c60..b7b0e63 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,7 +1,7 @@ [tool.poetry] name = "itch-dl" packages = [{ include = "itch_dl" }] -version = "0.4.3" +version = "0.5.0" description = "itch.io bulk game downloader" homepage = "https://github.com/DragoonAethis/itch-dl" repository = "https://github.com/DragoonAethis/itch-dl"