Skip to content

Commit 812d61e

Browse files
Merge pull request #221 from changliao1025/development
version up
2 parents db2fcfa + 2a837a6 commit 812d61e

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

conda-recipe/conda_build_config.yaml

Lines changed: 1 addition & 1 deletion
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.3.9"
26+
version: "0.3.10"
2727
# Package summary
2828
summary: A mesh-independent river network generator for hydrologic models.
2929
# Package homepage

conda-recipe/meta.yaml

Lines changed: 1 addition & 1 deletion
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.3.9" %}
3+
{% set version = "0.3.10" %}
44

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

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
AUTHOR = "Chang Liao"
1313
AUTHOR_EMAIL = "chang.liao@pnnl.gov"
1414
URL = "https://github.com/changliao1025/pyflowline"
15-
VERSION = "0.3.9"
15+
VERSION = "0.3.10"
1616
REQUIRES_PYTHON = ">=3.8.0"
1717
KEYWORDS = "Earth Science"
1818

0 commit comments

Comments
 (0)