From 77f5f7cec607af408f0f79a3f021bcaa607d4510 Mon Sep 17 00:00:00 2001 From: Ryszard Knop Date: Sun, 29 Jan 2023 15:23:52 +0100 Subject: [PATCH] Bump version to 0.3.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 e1424ed..80eb7f9 100644 --- a/itch_dl/__init__.py +++ b/itch_dl/__init__.py @@ -1 +1 @@ -__version__ = '0.3.1' +__version__ = '0.3.3' diff --git a/pyproject.toml b/pyproject.toml index 1dd7c41..309fe9c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,7 +1,7 @@ [tool.poetry] name = "itch-dl" packages = [{ include = "itch_dl" }] -version = "0.3.2" +version = "0.3.3" description = "itch.io bulk game downloader" homepage = "https://github.com/DragoonAethis/itch-dl" repository = "https://github.com/DragoonAethis/itch-dl"