Skip to content

Commit

Permalink
Merge branch 'rename'
Browse files Browse the repository at this point in the history
  • Loading branch information
ecomodeller committed May 31, 2023
2 parents 6940694 + 8daec99 commit 385fb57
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,15 @@ build-backend = "hatchling.build"

[project]
name="modelskill"
version="0.9.dev0"
version="1.0.a0"
dependencies = [
"numpy",
"pandas",
"mikeio >= 1.2",
"matplotlib",
"xarray",
"markdown",
"jinja2", # TODO remove?
"jinja2",
]

authors = [
Expand All @@ -24,8 +24,9 @@ license="MIT"
readme = "README.md"
requires-python = ">=3.8"
classifiers = [
"License :: OSI Approved :: BSD License",
"Development Status :: 5 - Production/Stable",
"License :: OSI Approved :: MIT License",
"Development Status :: 3 - Alpha", # TODO: change to stable
#"Development Status :: 5 - Production/Stable",
"Intended Audience :: Science/Research",
"Programming Language :: Python",
"Programming Language :: Python :: 3",
Expand Down

0 comments on commit 385fb57

Please sign in to comment.