Skip to content

Commit

Permalink
Minor fixes in pyproject
Browse files Browse the repository at this point in the history
  • Loading branch information
dnerini committed Oct 12, 2023
1 parent 5d66f84 commit a4dc751
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
@@ -1,9 +1,9 @@
[tool.poetry]
name = "mlpp-lib"
version = "0.4.0"
version = "0.4.2"
description = "Collection of methods for ML-based postprocessing of weather forecasts."
authors = ["Daniele Nerini <[email protected]>"]
include = ["LICENSE", "README.rst"]
include = ["LICENSE", "README.md"]

[tool.poetry.dependencies]
python = ">=3.9, <3.11"
Expand Down

0 comments on commit a4dc751

Please sign in to comment.