From 0e92697c39f07f724d7a1a6c6a267552e2249fa7 Mon Sep 17 00:00:00 2001 From: fwcd Date: Mon, 5 Aug 2024 17:57:59 +0200 Subject: [PATCH] Bump version to 0.2.2 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index be82801..98332bd 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "appicongen" -version = "0.2.1" +version = "0.2.2" description = "CLI tool for generating app icon sets for macOS, iOS and watchOS projects" readme = "README.md" classifiers = ["Topic :: Utilities"]