We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 726114d commit 79d5514Copy full SHA for 79d5514
dash_server_file_browser/__version__.py
@@ -1 +1 @@
1
-__version__ = "0.2.0.dev0"
+__version__ = "0.2.0"
pyproject.toml
@@ -1,7 +1,7 @@
[project]
2
name = "dash-server-file-browser"
3
-version = "0.2.0.dev0"
4
-description = "All-in-one file browser component for ``Dash`` applications based on ``Dash Bootstrap Components``."
+version = "0.2.0"
+description = "All-in-one file browser component for Dash applications based on Dash Bootstrap Components."
5
authors = [{ name = "Jannik Hinrichs", email = "[email protected]" }]
6
readme = "README.md"
7
requires-python = ">=3.9, <4"
0 commit comments