We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e9838fc commit ee134b8Copy full SHA for ee134b8
e3sm_diags/__init__.py
@@ -1,7 +1,7 @@
1
import os
2
import sys
3
4
-__version__ = "v3.0.0rc2"
+__version__ = "v3.0.0rc3"
5
INSTALL_PATH = os.path.join(sys.prefix, "share/e3sm_diags/")
6
7
# Disable MPI in cdms2, which is not currently supported by E3SM-unified
tbump.toml
@@ -2,7 +2,7 @@
github_url = "https://github.com/E3SM-Project/e3sm_diags"
[version]
-current = "3.0.0rc2"
+current = "3.0.0rc3"
# Example of a semver regexp.
8
# Make sure this matches current_version before
0 commit comments