From 8c7922d1581098291ddc4bec03480f984d71ec86 Mon Sep 17 00:00:00 2001 From: Tom Vo Date: Fri, 19 Jan 2024 10:01:11 -0800 Subject: [PATCH] Bump to 2.10.1 (#780) --- 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 71fb676c4..51beb8d1a 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.10.1rc1" +__version__ = "v2.10.1" 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 6aaeed4f1..a76b7de7c 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.10.1rc1", + version="2.10.1", 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 3e4cc97ae..3e4f9ff71 100644 --- a/tbump.toml +++ b/tbump.toml @@ -2,7 +2,7 @@ github_url = "https://github.com/E3SM-Project/e3sm_diags" [version] -current = "2.10.1rc1" +current = "2.10.1" # Example of a semver regexp. # Make sure this matches current_version before