From df921297731f79c1566e38352b06560dcb9b5ed4 Mon Sep 17 00:00:00 2001 From: Jill Chengzhu Zhang Date: Wed, 6 Sep 2023 14:39:11 -0700 Subject: [PATCH] Bump to 2.9.0rc5 (#730) --- e3sm_diags/__init__.py | 2 +- setup.py | 2 +- tbump.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/e3sm_diags/__init__.py b/e3sm_diags/__init__.py index a3a133417..5f31270b2 100644 --- a/e3sm_diags/__init__.py +++ b/e3sm_diags/__init__.py @@ -6,7 +6,7 @@ # issue with dask when using ESMF with system compilers. import shapely -__version__ = "v2.9.0rc4" +__version__ = "v2.9.0rc5" INSTALL_PATH = os.path.join(sys.prefix, "share/e3sm_diags/") # Disable MPI in cdms2, which is not currently supported by E3SM-unified diff --git a/setup.py b/setup.py index bc78a7007..401cc4459 100644 --- a/setup.py +++ b/setup.py @@ -152,7 +152,7 @@ def get_all_files_in_dir(directory, pattern): "Programming Language :: Python :: 3.10", ], name="e3sm_diags", - version="2.9.0rc4", + version="2.9.0rc5", author="Chengzhu (Jill) Zhang, Tom Vo, Ryan Forsyth, Chris Golaz and Zeshawn Shaheen", author_email="zhang40@llnl.gov", description="E3SM Diagnostics", diff --git a/tbump.toml b/tbump.toml index 774a6ad7e..6a3d516ca 100644 --- a/tbump.toml +++ b/tbump.toml @@ -2,7 +2,7 @@ github_url = "https://github.com/E3SM-Project/e3sm_diags" [version] -current = "2.9.0rc4" +current = "2.9.0rc5" # Example of a semver regexp. # Make sure this matches current_version before