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