diff --git a/pyproject.toml b/pyproject.toml index fa8ac64..2105cf8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "ultimate-python-upgrader" -version = "1.0.0" +version = "1.1.0" authors = [ { name="Your Name", email="your@email.com" }, ] @@ -39,4 +39,4 @@ packages = ["upgrade_tool"] test = [ "pytest>=8.0.0", "pytest-cov>=4.0.0" -] \ No newline at end of file +]