Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/notebooks/notebooks.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@ Downwinding_workflow_example1.ipynb
Downwinding_workflow_example2.ipynb
Downwinding_workflow_example3.ipynb
Downwinding_workflow_example4.ipynb
Example_workflow_pflow-hydroframe.ipynb
Example_workflow_hydroframe_data.ipynb
```
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
[tool.poetry]
name = "priority_flow"
version = "1.0.0"
version = "1.0.1"
description = "Python toolkit for topographic processing for hydrologic models - a port of the R PriorityFlow package"
authors = ["Laura E. Condon and Reed M. Maxwell"]
license = "GNU General Public License v3.0"
readme = "README.md"
homepage = "https://github.com/lecondon/PriorityFlow"
repository = "https://github.com/lecondon/PriorityFlow"
homepage = "https://priority-flow.readthedocs.io/en/latest/"
repository = "https://github.com/hydroframe/priority_flow"
keywords = ["hydrology", "topography", "DEM", "flow", "watershed", "priority-flood"]
classifiers = [
"Development Status :: 4 - Beta",
Expand Down
Loading