From 89417edc19ed9dc2caa0f7cc25bed893d2e2347e Mon Sep 17 00:00:00 2001 From: Pavel Dedik Date: Sun, 17 Mar 2024 11:22:07 +0100 Subject: [PATCH] chore: Bump version --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index bf78593..45ce478 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "ludic" -version = "0.1.1" +version = "0.1.2" description = "Lightweight framework for building HTML pages in pure Python." keywords = ["html", "htmx", "async", "web", "templating"] authors = [{ name = "Pavel Dedík", email = "dedikx@gmail.com" }]