From b66908a5f2e85977c96dc3362bbfb22561a083ba Mon Sep 17 00:00:00 2001 From: Ryan Morshead Date: Thu, 29 May 2025 01:57:36 -0600 Subject: [PATCH] 1.0 version bump - it's been long enough --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 38d3aea..417d2d7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -9,7 +9,7 @@ packages = ["src/hatch_build_scripts"] [project] name = "hatch_build_scripts" -version = "0.0.5" +version = "1.0.0" description = "Dependency injection without the boilerplate." readme = "README.md" requires-python = ">=3.10,<4"