From 36e1d424582f5958ae65e8acb6add00452464295 Mon Sep 17 00:00:00 2001 From: Georgios Artavanis Date: Fri, 1 May 2026 03:48:41 -0400 Subject: [PATCH 1/2] Fix notebook name --- docs/notebooks/notebooks.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/notebooks/notebooks.md b/docs/notebooks/notebooks.md index 295eb38..b9dc0a8 100755 --- a/docs/notebooks/notebooks.md +++ b/docs/notebooks/notebooks.md @@ -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 ``` \ No newline at end of file From 85ac4632fcc62aef9af149505c569818b5a7caa1 Mon Sep 17 00:00:00 2001 From: Georgios Artavanis Date: Fri, 1 May 2026 03:50:43 -0400 Subject: [PATCH 2/2] Update metadata --- pyproject.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 0d4cfe2..32baa75 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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",