From f8f3e45a1b506b131433b0a51c1d2d0797230634 Mon Sep 17 00:00:00 2001 From: Ryszard Knop Date: Mon, 30 May 2022 22:45:49 +0200 Subject: [PATCH] Bump version to 0.2.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 7fd229a..fc79d63 100644 --- a/itch_dl/__init__.py +++ b/itch_dl/__init__.py @@ -1 +1 @@ -__version__ = '0.2.0' +__version__ = '0.2.1' diff --git a/pyproject.toml b/pyproject.toml index 5785aa1..dfadcb1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,7 +1,7 @@ [tool.poetry] name = "itch-dl" packages = [{ include = "itch_dl" }] -version = "0.2.0" +version = "0.2.1" description = "itch.io bulk game downloader" homepage = "https://github.com/DragoonAethis/itch-dl" repository = "https://github.com/DragoonAethis/itch-dl"