diff --git a/CITATION.cff b/CITATION.cff index 78c903712..3621f8ded 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.36 -date-released: '2024-08-15' +version: 1.4.37 +date-released: '2024-08-22' url: https://github.com/zauberzeug/nicegui -doi: 10.5281/zenodo.13325243 +doi: 10.5281/zenodo.13358977 diff --git a/pyproject.toml b/pyproject.toml index 8d9c90a81..318454d7f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "nicegui" -version = "1.4.36-dev" +version = "1.4.37-dev" description = "Create web-based user interfaces with Python. The nice way." authors = ["Zauberzeug GmbH "] license = "MIT"