From 1a93120d2ef6d61b2820d984f7b0db31ae00ff31 Mon Sep 17 00:00:00 2001 From: Sanyam Sanjay Sharma Date: Sun, 10 Aug 2025 15:56:13 +0530 Subject: [PATCH] Update pyproject.toml --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 +]