From 43612524c50b2ce801f0d1808d91d80b6e2af6fd Mon Sep 17 00:00:00 2001 From: changliao1025 Date: Mon, 6 Nov 2023 10:18:52 -0800 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 e520894..2883f56 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.0" + version: "0.3.2" # 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 08ece0c..6db30b1 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.0" %} +{% set version = "0.3.2" %} package: name: {{ name|lower }} diff --git a/setup.py b/setup.py index 9844f26..8325775 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.0" +VERSION = "0.3.2" REQUIRES_PYTHON = ">=3.8.0" KEYWORDS = "Earth Science"