From e70520295b176143139d763f94f1bcff873f75f2 Mon Sep 17 00:00:00 2001 From: Ryszard Knop Date: Sun, 15 May 2022 20:15:32 +0200 Subject: [PATCH] Bump version in pyproject.toml to 0.2.0 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 2f33141..5785aa1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,7 +1,7 @@ [tool.poetry] name = "itch-dl" packages = [{ include = "itch_dl" }] -version = "0.1.0" +version = "0.2.0" description = "itch.io bulk game downloader" homepage = "https://github.com/DragoonAethis/itch-dl" repository = "https://github.com/DragoonAethis/itch-dl"