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"