diff --git a/CITATION.cff b/CITATION.cff index 5e03d0cc0..bf8d961f8 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -8,7 +8,7 @@ authors: given-names: Rodja orcid: https://orcid.org/0009-0009-4735-6227 title: 'NiceGUI: Web-based user interfaces with Python. The nice way.' -version: v1.4.28 -date-released: '2024-06-28' +version: v1.4.29 +date-released: '2024-07-09' url: https://github.com/zauberzeug/nicegui -doi: 10.5281/zenodo.12582703 +doi: 10.5281/zenodo.12697345 diff --git a/pyproject.toml b/pyproject.toml index 603f1b612..61da752ee 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "nicegui" -version = "1.4.29-dev" +version = "1.4.30-dev" description = "Create web-based user interfaces with Python. The nice way." authors = ["Zauberzeug GmbH "] license = "MIT"