Skip to content

Commit 6aaa7c2

Browse files
Bump to 2.9.0rc3 (#717)
1 parent da73131 commit 6aaa7c2

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

e3sm_diags/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
import shapely # isort: skip
66
import esmpy # isort: skip
77

8-
__version__ = "v2.9.0rc2"
8+
__version__ = "v2.9.0rc3"
99
INSTALL_PATH = os.path.join(sys.prefix, "share/e3sm_diags/")
1010

1111
# Disable MPI in cdms2, which is not currently supported by E3SM-unified

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ def get_all_files_in_dir(directory, pattern):
152152
"Programming Language :: Python :: 3.10",
153153
],
154154
name="e3sm_diags",
155-
version="2.9.0rc2",
155+
version="2.9.0rc3",
156156
author="Chengzhu (Jill) Zhang, Tom Vo, Ryan Forsyth, Chris Golaz and Zeshawn Shaheen",
157157
author_email="[email protected]",
158158
description="E3SM Diagnostics",

tbump.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
github_url = "https://github.com/E3SM-Project/e3sm_diags"
33

44
[version]
5-
current = "2.9.0rc2"
5+
current = "2.9.0rc3"
66

77
# Example of a semver regexp.
88
# Make sure this matches current_version before

0 commit comments

Comments
 (0)