diff --git a/CITATION.cff b/CITATION.cff index bf8d961f8..d145d68b1 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.29 -date-released: '2024-07-09' +version: v1.4.30 +date-released: '2024-07-26' url: https://github.com/zauberzeug/nicegui -doi: 10.5281/zenodo.12697345 +doi: 10.5281/zenodo.12926830 diff --git a/pyproject.toml b/pyproject.toml index 45753fbe4..eb1d52b72 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "nicegui" -version = "1.4.30-dev" +version = "1.4.31-dev" description = "Create web-based user interfaces with Python. The nice way." authors = ["Zauberzeug GmbH "] license = "MIT"