diff --git a/e3sm_diags/__init__.py b/e3sm_diags/__init__.py index 2fc5035fb..da601d73f 100644 --- a/e3sm_diags/__init__.py +++ b/e3sm_diags/__init__.py @@ -1,7 +1,7 @@ import os import sys -__version__ = "v3.0.0" +__version__ = "v3.0.1" 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 5ff288b47..9cf5bd8b0 100644 --- a/tbump.toml +++ b/tbump.toml @@ -2,7 +2,7 @@ github_url = "https://github.com/E3SM-Project/e3sm_diags" [version] -current = "3.0.0" +current = "3.0.1" # Example of a semver regexp. # Make sure this matches current_version before