From 1606d307028004bbcd9cf9b8e6a985c28d78acb5 Mon Sep 17 00:00:00 2001 From: chengzhuzhang Date: Thu, 23 Oct 2025 14:29:27 -0500 Subject: [PATCH] Bump to 3.1.0rc2 --- e3sm_diags/__init__.py | 2 +- tbump.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/e3sm_diags/__init__.py b/e3sm_diags/__init__.py index 039fbedd8..3e09ce500 100644 --- a/e3sm_diags/__init__.py +++ b/e3sm_diags/__init__.py @@ -1,7 +1,7 @@ import os import sys -__version__ = "v3.1.0rc1" +__version__ = "v3.1.0rc2" INSTALL_PATH = os.path.join(sys.prefix, "share/e3sm_diags/") # Needed for when using hdf5 >= 1.10.0, diff --git a/tbump.toml b/tbump.toml index aa75a9a54..16c9d3564 100644 --- a/tbump.toml +++ b/tbump.toml @@ -2,7 +2,7 @@ github_url = "https://github.com/E3SM-Project/e3sm_diags" [version] -current = "3.1.0rc1" +current = "3.1.0rc2" # Example of a semver regexp. # Make sure this matches current_version before