Skip to content

Commit 385fb57

Browse files
committed
Merge branch 'rename'
2 parents 6940694 + 8daec99 commit 385fb57

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

pyproject.toml

+5-4
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,15 @@ build-backend = "hatchling.build"
44

55
[project]
66
name="modelskill"
7-
version="0.9.dev0"
7+
version="1.0.a0"
88
dependencies = [
99
"numpy",
1010
"pandas",
1111
"mikeio >= 1.2",
1212
"matplotlib",
1313
"xarray",
1414
"markdown",
15-
"jinja2", # TODO remove?
15+
"jinja2",
1616
]
1717

1818
authors = [
@@ -24,8 +24,9 @@ license="MIT"
2424
readme = "README.md"
2525
requires-python = ">=3.8"
2626
classifiers = [
27-
"License :: OSI Approved :: BSD License",
28-
"Development Status :: 5 - Production/Stable",
27+
"License :: OSI Approved :: MIT License",
28+
"Development Status :: 3 - Alpha", # TODO: change to stable
29+
#"Development Status :: 5 - Production/Stable",
2930
"Intended Audience :: Science/Research",
3031
"Programming Language :: Python",
3132
"Programming Language :: Python :: 3",

0 commit comments

Comments
 (0)