From df65297e1bfd1af6dc758627cf5217a8a548135c Mon Sep 17 00:00:00 2001 From: nullhack Date: Sun, 19 Apr 2026 21:10:43 -0400 Subject: [PATCH] chore(release): bump version to v6.3.20260419 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 21027dc..0dfbbd9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "python-project-template" -version = "6.2.20260419" +version = "6.3.20260419" description = "Python template with some awesome tools to quickstart any Python project" readme = "README.md" requires-python = ">=3.13"