From 92447d2b5438cd1c59b37bbbde5e21e4ba300db8 Mon Sep 17 00:00:00 2001 From: forsyth2 <30700190+forsyth2@users.noreply.github.com> Date: Thu, 11 Apr 2024 10:04:21 -0700 Subject: [PATCH] Bump to 1.4.3 (#334) --- conda/meta.yaml | 2 +- setup.py | 2 +- tbump.toml | 2 +- zstash/__init__.py | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/conda/meta.yaml b/conda/meta.yaml index 8d58277c..e994df9d 100644 --- a/conda/meta.yaml +++ b/conda/meta.yaml @@ -1,5 +1,5 @@ {% set name = "zstash" %} -{% set version = "1.4.2" %} +{% set version = "1.4.3" %} package: name: {{ name|lower }} diff --git a/setup.py b/setup.py index 4910fa66..d60f7939 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ setup( name="zstash", - version="1.4.2", + version="1.4.3", author="Ryan Forsyth, Chris Golaz, Zeshawn Shaheen", author_email="forsyth2@llnl.gov, golaz1@llnl.gov, shaheen2@llnl.gov", description="Long term HPSS archiving software for E3SM", diff --git a/tbump.toml b/tbump.toml index b2802033..ab3d1170 100644 --- a/tbump.toml +++ b/tbump.toml @@ -2,7 +2,7 @@ github_url = "https://github.com/E3SM-Project/zstash.git" [version] -current = "1.4.2" +current = "1.4.3" # Example of a semver regexp with support for PEP 440 # release candidates.Make sure this matches current_version diff --git a/zstash/__init__.py b/zstash/__init__.py index bb176654..6e5e730e 100644 --- a/zstash/__init__.py +++ b/zstash/__init__.py @@ -1 +1 @@ -__version__ = "v1.4.2" +__version__ = "v1.4.3"