From efdb23bbd914457e7cedad4a602adf532dc45867 Mon Sep 17 00:00:00 2001 From: Pamela Hathway Date: Fri, 12 Sep 2025 15:42:19 +0200 Subject: [PATCH] bumps version --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 822e058..0d06d43 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "italianfood" -version = "0.1.1" +version = "0.1.2" description = "This is a project about pizza making" readme = "README.md" requires-python = ">=3.10" @@ -8,4 +8,4 @@ dependencies = [] [build-system] requires = ["setuptools>=61.0", "wheel"] -build-backend = "setuptools.build_meta" \ No newline at end of file +build-backend = "setuptools.build_meta"