generated from eWaterCycle/ewatercycle-leakybucket
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #19 from Daafip/dev
Change finialize
- Loading branch information
Showing
12 changed files
with
26 additions
and
16 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file renamed
BIN
+11.7 KB
...watercycle_hbv-1.4.0-py2.py3-none-any.whl → ...watercycle_hbv-1.4.1-py2.py3-none-any.whl
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,7 +10,7 @@ name = "ewatercycle-HBV" | |
description = "Implementation of HBV for eWaterCycle" | ||
readme = "README.md" | ||
license = "Apache-2.0" | ||
version = "1.4.0" | ||
version = "1.4.1" | ||
authors = [ | ||
{ name = "David Haasnoot", email = "[email protected]" }, | ||
] | ||
|
@@ -32,3 +32,8 @@ dependencies = [ | |
# This registers the plugin such that it is discoverable by eWaterCycle | ||
[project.entry-points."ewatercycle.models"] | ||
HBV = "ewatercycle_HBV.model:HBV" | ||
[project.entry-points."ewatercycle.forcings"] | ||
HBVForcing = "ewatercycle_HBV.forcing:HBVForcing" | ||
|
||
[project.urls] | ||
homepage = "https://github.com/Daafip/ewatercycle-hbv" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
__version__ = "1.4.0" | ||
__version__ = "1.4.1" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters