From 27da26ee718c08822eaf7e2cdc646c1d35c5edba Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 5 Aug 2024 14:03:20 +0000 Subject: [PATCH] Update citation.cff and pyproject.toml --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index eb1d52b72..5618e0935 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "nicegui" -version = "1.4.31-dev" +version = "1.4.33-dev" description = "Create web-based user interfaces with Python. The nice way." authors = ["Zauberzeug GmbH "] license = "MIT"