Skip to content

Commit 4889300

Browse files
committed
updated app version
1 parent 73b2fb6 commit 4889300

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
[project]
22
name = "survey-dashboard"
3-
version = "0.1.0"
3+
version = "2.0.0"
44
description = "A Dashboard displaying survey data in an interactive way and allow for interactive exploration."
5-
authors = [{name = "Jens Broeder", email = "j.broeder@fz-juelich.de"},
5+
authors = [{name = "Jens Broeder", email = "j.broeder@fz-juelich.de"},
66
{name = "Silke Christine Gerlich", email = "s.gerlich@fz-juelich.de"},
77
{name = "Volker Hofmann", email = "v.hofmann@fz-juelich.de"}]
88
readme = "README.md"
@@ -28,7 +28,7 @@ classifiers = [
2828
"Topic :: Scientific/Engineering :: Visualization",
2929

3030
]
31-
keywords = ["dashboard", "data visualization", "survey data", "categorical data",
31+
keywords = ["dashboard", "data visualization", "survey data", "categorical data",
3232
"interactive visualization", "bokeh", "panel"]
3333

3434
[project.scripts]

0 commit comments

Comments
 (0)