Skip to content

Commit 015aa2b

Browse files
committed
update for release
1 parent 77b5c23 commit 015aa2b

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Diff for: conda-recipe/conda_build_config.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ metadata:
2323
# Package name
2424
name: pyflowline
2525
# Package version
26-
version: "0.2.4"
26+
version: "0.2.5"
2727
# Package summary
2828
summary: A mesh-independent river network generator for hydrologic models.
2929
# Package homepage

Diff for: conda-recipe/meta.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{% set name = "hexwatershed" %}
22
{% set git_rev = "main" %}
3-
{% set version = "0.2.4" %}
3+
{% set version = "0.2.5" %}
44

55
package:
66
name: {{ name|lower }}

Diff for: setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
AUTHOR = "Chang Liao"
1313
AUTHOR_EMAIL = "[email protected]"
1414
URL = "https://github.com/changliao1025/pyflowline"
15-
VERSION = "0.2.4"
15+
VERSION = "0.2.5"
1616
REQUIRES_PYTHON = ">=3.8.0"
1717
KEYWORDS = "Earth Science"
1818

0 commit comments

Comments
 (0)