From cb12e89dfad72ebe9e6ed7886b80548efd1aa4cb Mon Sep 17 00:00:00 2001 From: Tom Vo Date: Mon, 26 Feb 2024 11:14:20 -0800 Subject: [PATCH] Bump to 1.11.2rc1 (#245) --- e3sm_to_cmip/__init__.py | 2 +- tbump.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/e3sm_to_cmip/__init__.py b/e3sm_to_cmip/__init__.py index 5ca1c793..8362c650 100644 --- a/e3sm_to_cmip/__init__.py +++ b/e3sm_to_cmip/__init__.py @@ -1,6 +1,6 @@ """Top-level package for e3sm_to_cmip.""" -__version__ = "1.11.1" # pragma: no cover +__version__ = "1.11.2rc1" # pragma: no cover import os diff --git a/tbump.toml b/tbump.toml index b7c5c906..110c3cf2 100644 --- a/tbump.toml +++ b/tbump.toml @@ -2,7 +2,7 @@ github_url = "https://github.com/E3SM-Project/e3sm_to_cmip" [version] -current = "1.11.1" +current = "1.11.2rc1" # Example of a semver regexp. # Make sure this matches current_version before