diff --git a/e3sm_to_cmip/__init__.py b/e3sm_to_cmip/__init__.py index 36a7d884..ae990bfb 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.2rc2" # pragma: no cover +__version__ = "1.11.2" # pragma: no cover import os diff --git a/tbump.toml b/tbump.toml index 89b0daf4..b938906b 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.2rc2" +current = "1.11.2" # Example of a semver regexp. # Make sure this matches current_version before