ソースを参照

Update citation.cff and pyproject.toml

github-actions[bot] 8 ヶ月 前
コミット
0692181420
2 ファイル変更4 行追加4 行削除
  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: 2.0.0
-date-released: '2024-08-29'
+version: 2.0.1
+date-released: '2024-08-31'
 url: https://github.com/zauberzeug/nicegui
-doi: 10.5281/zenodo.13492885
+doi: 10.5281/zenodo.13623828

+ 1 - 1
pyproject.toml

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