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