diff --git a/e3sm_to_cmip/__init__.py b/e3sm_to_cmip/__init__.py index f0549aa6..bf51424c 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.12.1" # pragma: no cover +__version__ = "1.12.2" # pragma: no cover import os diff --git a/tbump.toml b/tbump.toml index d68875f1..e5e089da 100644 --- a/tbump.toml +++ b/tbump.toml @@ -2,7 +2,7 @@ github_url = "https://github.com/E3SM-Project/e3sm_to_cmip" [version] -current = "1.12.1" +current = "1.12.2" # Example of a semver regexp. # Make sure this matches current_version before