diff --git a/conda-recipe/conda_build_config.yaml b/conda-recipe/conda_build_config.yaml index 8dc8cb6..d0e8b6c 100644 --- a/conda-recipe/conda_build_config.yaml +++ b/conda-recipe/conda_build_config.yaml @@ -23,7 +23,7 @@ metadata: # Package name name: pyflowline # Package version - version: "0.3.7" + version: "0.3.8" # Package summary summary: A mesh-independent river network generator for hydrologic models. # Package homepage diff --git a/conda-recipe/meta.yaml b/conda-recipe/meta.yaml index 3f5d365..a6ec26f 100644 --- a/conda-recipe/meta.yaml +++ b/conda-recipe/meta.yaml @@ -1,6 +1,6 @@ {% set name = "hexwatershed" %} {% set git_rev = "main" %} -{% set version = "0.3.7" %} +{% set version = "0.3.8" %} package: name: {{ name|lower }} diff --git a/setup.py b/setup.py index be63aad..b452568 100644 --- a/setup.py +++ b/setup.py @@ -12,7 +12,7 @@ AUTHOR = "Chang Liao" AUTHOR_EMAIL = "chang.liao@pnnl.gov" URL = "https://github.com/changliao1025/pyflowline" -VERSION = "0.3.7" +VERSION = "0.3.8" REQUIRES_PYTHON = ">=3.8.0" KEYWORDS = "Earth Science"