From da0b49e40222f158a3b725e327c0fbcf9ce8dac3 Mon Sep 17 00:00:00 2001 From: forsyth2 <30700190+forsyth2@users.noreply.github.com> Date: Tue, 15 Nov 2022 17:44:33 -0800 Subject: [PATCH] Bump to 2.2.0rc3 (#354) --- conda/meta.yaml | 2 +- setup.py | 2 +- tbump.toml | 2 +- zppy/__init__.py | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/conda/meta.yaml b/conda/meta.yaml index feb48a8d..ce25fbc6 100644 --- a/conda/meta.yaml +++ b/conda/meta.yaml @@ -1,5 +1,5 @@ {% set name = "zppy" %} -{% set version = "2.2.0rc2" %} +{% set version = "2.2.0rc3" %} package: name: {{ name|lower }} diff --git a/setup.py b/setup.py index 6d820749..ce4a8d78 100644 --- a/setup.py +++ b/setup.py @@ -23,7 +23,7 @@ def package_files(directory, prefixes, extensions): setup( name="zppy", - version="2.2.0rc2", + version="2.2.0rc3", author="Ryan Forsyth, Chris Golaz", author_email="forsyth2@llnl.gov, golaz1@llnl.gov", description="Post-processing software for E3SM", diff --git a/tbump.toml b/tbump.toml index e17d85b0..4219db6c 100644 --- a/tbump.toml +++ b/tbump.toml @@ -2,7 +2,7 @@ github_url = "https://github.com/E3SM-Project/zppy.git" [version] -current = "2.2.0rc2" +current = "2.2.0rc3" # Example of a semver regexp with support for PEP 440 # release candidates.Make sure this matches current_version diff --git a/zppy/__init__.py b/zppy/__init__.py index 830f2944..7ae1a6ca 100644 --- a/zppy/__init__.py +++ b/zppy/__init__.py @@ -1 +1 @@ -__version__ = "v2.2.0rc2" +__version__ = "v2.2.0rc3"