Skip to content

Commit

Permalink
Bump to 3.0.0rc2
Browse files Browse the repository at this point in the history
  • Loading branch information
tomvothecoder committed Feb 1, 2025
1 parent 0cc77c0 commit 37bde6c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion e3sm_diags/__init__.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import os
import sys

__version__ = "v3.0.0rc1"
__version__ = "v3.0.0rc2"
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 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 = "3.0.0rc1"
current = "3.0.0rc2"

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

0 comments on commit 37bde6c

Please sign in to comment.