From 0f984671a10f28d98fd5bc4f8f8d610620f417e2 Mon Sep 17 00:00:00 2001 From: Ryszard Knop Date: Fri, 31 Jan 2025 23:41:04 +0100 Subject: [PATCH] Bump version to 0.5.2 --- 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 dd9b22c..7225152 100644 --- a/itch_dl/__init__.py +++ b/itch_dl/__init__.py @@ -1 +1 @@ -__version__ = "0.5.1" +__version__ = "0.5.2" diff --git a/pyproject.toml b/pyproject.toml index 7d8cd31..efab396 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,7 +1,7 @@ [tool.poetry] name = "itch-dl" packages = [{ include = "itch_dl" }] -version = "0.5.1" +version = "0.5.2" description = "itch.io bulk game downloader" homepage = "https://github.com/DragoonAethis/itch-dl" repository = "https://github.com/DragoonAethis/itch-dl"