From 552cc297c6a40791334d22b4168e0f10f9a5b2a8 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 29 Aug 2024 14:23:15 +0000 Subject: [PATCH] Update citation.cff and pyproject.toml --- CITATION.cff | 6 +++--- pyproject.toml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) 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"