From 556e39fd39b0408808414880f2c9a6cf8757f606 Mon Sep 17 00:00:00 2001 From: Cody Fincher <204685+cofin@users.noreply.github.com> Date: Sun, 20 Oct 2024 12:40:26 -0500 Subject: [PATCH] chore(release): bump version to `v0.1.0` --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 70b9335..f37ce3c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -13,7 +13,7 @@ maintainers = [ name = "litestar-htmx" readme = "README.md" requires-python = ">=3.8, <4.0" -version = "0.0.1" +version = "0.1.0" [build-system] build-backend = "hatchling.build"