Skip to content

Commit 17e5a8a

Browse files
committed
Merge branch 'dev' into main
2 parents 19068eb + 35923fc commit 17e5a8a

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

pyproject.toml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,14 @@
11
[project]
22
name = "survey-dashboard"
3+
version = "0.1.0"
34
description = "A Dashboard displaying survey data in an interactive way and allow for interactive exploration."
45
authors = [{name = "Jens Broeder", email = "j.broeder@fz-juelich.de"},
56
{name = "Silke Christine Gerlich", email = "s.gerlich@fz-juelich.de"},
67
{name = "Volker Hofmann", email = "v.hofmann@fz-juelich.de"}]
78
readme = "README.md"
89
license = {file = "LICENSE.txt"}
910
classifiers = [
10-
"Development Status :: 3 - Beta",
11+
"Development Status :: 5 - Production/Stable",
1112
"Intended Audience :: Information Technology",
1213
"Intended Audience :: Science/Research",
1314
"License :: OSI Approved :: MIT License",
@@ -39,7 +40,7 @@ authors = ["Jens Broeder <j.broeder@fz-juelich.de>", "Silke Christine Gerlich <s
3940
readme = "README.md"
4041
license = "MIT"
4142
classifiers = [
42-
"Development Status :: 3 - Beta",
43+
"Development Status :: 5 - Production/Stable",
4344
"Intended Audience :: Information Technology",
4445
"Intended Audience :: Science/Research",
4546
"License :: OSI Approved :: MIT License",

0 commit comments

Comments
 (0)