Skip to content

Commit

Permalink
Bump to 2.9.0rc3 (#717)
Browse files Browse the repository at this point in the history
  • Loading branch information
chengzhuzhang committed Aug 15, 2023
1 parent da73131 commit 6aaa7c2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion e3sm_diags/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
import shapely # isort: skip
import esmpy # isort: skip

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

# Disable MPI in cdms2, which is not currently supported by E3SM-unified
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ def get_all_files_in_dir(directory, pattern):
"Programming Language :: Python :: 3.10",
],
name="e3sm_diags",
version="2.9.0rc2",
version="2.9.0rc3",
author="Chengzhu (Jill) Zhang, Tom Vo, Ryan Forsyth, Chris Golaz and Zeshawn Shaheen",
author_email="zhang40@llnl.gov",
description="E3SM Diagnostics",
Expand Down
2 changes: 1 addition & 1 deletion tbump.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
github_url = "https://github.com/E3SM-Project/e3sm_diags"

[version]
current = "2.9.0rc2"
current = "2.9.0rc3"

# Example of a semver regexp.
# Make sure this matches current_version before
Expand Down

0 comments on commit 6aaa7c2

Please sign in to comment.