From bf98823ede35bba8f651368f403fcaf5529cd9c9 Mon Sep 17 00:00:00 2001 From: Peter Taylor Date: Sun, 29 Jan 2023 19:37:40 +0000 Subject: [PATCH] Bump Version to 2.2 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 7e14f2a..c95d356 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "itchiodl" -version = "2.1.2" +version = "2.2.0" description = "Python Scripts for downloading / archiving your itchio library" authors = ["Peter Taylor "] license = "MIT"