From 597f46aae678cb39428468a6a9cb64c2d394b6b9 Mon Sep 17 00:00:00 2001 From: Dillon Stadther Date: Sat, 24 Aug 2024 15:29:05 -0400 Subject: [PATCH] chore: bump version --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 48e9486..be43cc1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "sample-project-python" -version = "0.2.0" +version = "0.3.0" description = "Sample Python Project" license = "MIT" authors = [{name = "Dillon Stadther"}, ]