From 5a9cbf675f831551bc2191f3b7b5c5fd5f9b1b5c Mon Sep 17 00:00:00 2001 From: Ryszard Knop Date: Mon, 27 Jan 2025 12:14:15 +0100 Subject: [PATCH] Bump version to 0.5.1 --- 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 3d18726..dd9b22c 100644 --- a/itch_dl/__init__.py +++ b/itch_dl/__init__.py @@ -1 +1 @@ -__version__ = "0.5.0" +__version__ = "0.5.1" diff --git a/pyproject.toml b/pyproject.toml index b7b0e63..da969bf 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,7 +1,7 @@ [tool.poetry] name = "itch-dl" packages = [{ include = "itch_dl" }] -version = "0.5.0" +version = "0.5.1" description = "itch.io bulk game downloader" homepage = "https://github.com/DragoonAethis/itch-dl" repository = "https://github.com/DragoonAethis/itch-dl"