Skip to content
This repository was archived by the owner on Feb 26, 2026. It is now read-only.

Commit 12dcf5d

Browse files
committed
update version number
1 parent b71e212 commit 12dcf5d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "ripple1d"
7-
version = "0.7.0"
7+
version = "0.8.0"
88
description = "HEC-RAS model automation"
99
readme = "README.md"
1010
maintainers = [
@@ -46,7 +46,7 @@ dependencies = [
4646
]
4747

4848
[project.optional-dependencies]
49-
dev = ["pre-commit", "ruff", "pytest", "pytest-cov"]
49+
dev = ["pre-commit", "ruff", "pytest", "pytest-cov", "pytest-json-report"]
5050
docs = ["sphinx", "numpydoc", "sphinx_rtd_theme", "sphinx_design", "pydata-sphinx-theme", "sphinx-autodoc-typehints", "myst-parser"]
5151

5252
[project.urls]

0 commit comments

Comments
 (0)