Browse Source

Update citation.cff and pyproject.toml

github-actions[bot] 1 year ago
parent
commit
830d08554d
2 changed files with 4 additions and 4 deletions
  1. 3 3
      CITATION.cff
  2. 1 1
      pyproject.toml

+ 3 - 3
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.10
-date-released: '2024-01-13'
+version: v1.4.12
+date-released: '2024-01-22'
 url: https://github.com/zauberzeug/nicegui
-doi: 10.5281/zenodo.10499393
+doi: 10.5281/zenodo.10552385

+ 1 - 1
pyproject.toml

@@ -1,6 +1,6 @@
 [tool.poetry]
 name = "nicegui"
-version = "1.4.12-dev"
+version = "1.4.13-dev"
 description = "Create web-based user interfaces with Python. The nice way."
 authors = ["Zauberzeug GmbH <info@zauberzeug.com>"]
 license = "MIT"