File tree 1 file changed +5
-4
lines changed
1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -4,15 +4,15 @@ build-backend = "hatchling.build"
4
4
5
5
[project ]
6
6
name =" modelskill"
7
- version =" 0.9.dev0 "
7
+ version =" 1.0.a0 "
8
8
dependencies = [
9
9
" numpy" ,
10
10
" pandas" ,
11
11
" mikeio >= 1.2" ,
12
12
" matplotlib" ,
13
13
" xarray" ,
14
14
" markdown" ,
15
- " jinja2" , # TODO remove?
15
+ " jinja2" ,
16
16
]
17
17
18
18
authors = [
@@ -24,8 +24,9 @@ license="MIT"
24
24
readme = " README.md"
25
25
requires-python = " >=3.8"
26
26
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",
29
30
" Intended Audience :: Science/Research" ,
30
31
" Programming Language :: Python" ,
31
32
" Programming Language :: Python :: 3" ,
You can’t perform that action at this time.
0 commit comments