From d455bb4f4c8bee25c0ee1e4bb1594ffd6dd126a5 Mon Sep 17 00:00:00 2001 From: changliao1025 Date: Tue, 16 Apr 2024 21:02:03 -0700 Subject: [PATCH] upgrade --- CITATION.cff | 2 +- conda-recipe/conda_build_config.yaml | 2 +- conda-recipe/meta.yaml | 2 +- external/setup_with_hexwatershed.py | 2 +- setup.cfg | 2 +- setup.py | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/CITATION.cff b/CITATION.cff index 9a8128e..d0a8a69 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -5,6 +5,6 @@ authors: given-names: Chang orcid: https://orcid.org/0000-0002-7348-8858 title: "HexWatershed: a mesh-independent flow direction model for hydrologic models" -version: 0.2.27 +version: 0.2.28 doi: 10.5281/zenodo.6425881 date-released: 2022-03-31 \ No newline at end of file diff --git a/conda-recipe/conda_build_config.yaml b/conda-recipe/conda_build_config.yaml index 948ddd9..b77254e 100644 --- a/conda-recipe/conda_build_config.yaml +++ b/conda-recipe/conda_build_config.yaml @@ -23,7 +23,7 @@ metadata: # Package name name: hexwatershed # Package version - version: "0.2.27" + version: "0.2.28" # Package summary summary: A mesh-independent flow direction model for hydrologic models # Package homepage diff --git a/conda-recipe/meta.yaml b/conda-recipe/meta.yaml index 51db091..c46d3aa 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.2.27" %} +{% set version = "0.2.28" %} package: name: {{ name|lower }} diff --git a/external/setup_with_hexwatershed.py b/external/setup_with_hexwatershed.py index 0f4b324..275055c 100644 --- a/external/setup_with_hexwatershed.py +++ b/external/setup_with_hexwatershed.py @@ -11,7 +11,7 @@ AUTHOR = "Chang Liao" AUTHOR_EMAIL = "chang.liao@pnnl.gov" URL = "https://github.com/changliao1025/pyhexwatershed" -VERSION = "0.2.27" +VERSION = "0.2.28" REQUIRES_PYTHON = ">=3.8.0" KEYWORDS = ["hexwatershed", "hydrology", diff --git a/setup.cfg b/setup.cfg index 6d62d33..84a66bd 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.2.27 +current_version = 0.2.28 commit = True tag = True diff --git a/setup.py b/setup.py index 6ae2c61..3fcdfc5 100644 --- a/setup.py +++ b/setup.py @@ -11,7 +11,7 @@ AUTHOR = "Chang Liao" AUTHOR_EMAIL = "chang.liao@pnnl.gov" URL = "https://github.com/changliao1025/pyhexwatershed" -VERSION = "0.2.27" +VERSION = "0.2.28" REQUIRES_PYTHON = ">=3.8.0" KEYWORDS = ["hexwatershed", "hydrology",