Skip to content

Commit

Permalink
Update version
Browse files Browse the repository at this point in the history
  • Loading branch information
dalonsoa committed Jan 19, 2024
1 parent c95dc86 commit 3038e6a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ exclude = ["htmlcov"] # Exclude the coverage report file from setuptools package
name = "wsimod"
description = "WSIMOD is for simulating water quality and quantity"
readme = "README.md"
version = "0.2.0"
version = "0.4.0"
license = {file = "LICENSE"}
authors = [
{ name = "Barnaby Dobson", email = "b.dobson@imperial.ac.uk" },
Expand Down Expand Up @@ -68,4 +68,4 @@ select = ["E", "F", "I"] # pycodestyle, Pyflakes, isort. Ignoring pydocstyle (D)
exclude = ["docs", "tests"] # Let's ignore tests and docs folders, for now

[tool.ruff.pydocstyle]
convention = "google"
convention = "google"

0 comments on commit 3038e6a

Please sign in to comment.