From 2a837a6132692469b580604c1bab3b5dbcdc8271 Mon Sep 17 00:00:00 2001 From: changliao1025 Date: Thu, 9 May 2024 15:35:36 -0700 Subject: [PATCH] version up --- 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 1f5a3ce..8286469 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.9" + version: "0.3.10" # 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 8db61be..1ca8ea0 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.9" %} +{% set version = "0.3.10" %} package: name: {{ name|lower }} diff --git a/setup.py b/setup.py index f6960bc..397c880 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.9" +VERSION = "0.3.10" REQUIRES_PYTHON = ">=3.8.0" KEYWORDS = "Earth Science"