From feae9e3faa06e3ce8c1971a0c655060e08b12fb3 Mon Sep 17 00:00:00 2001 From: changliao1025 Date: Tue, 16 Apr 2024 20:59:59 -0700 Subject: [PATCH] fix and upgrade --- conda-recipe/conda_build_config.yaml | 2 +- conda-recipe/meta.yaml | 2 +- setup.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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"