Skip to content

Commit 9713ee4

Browse files
Bump to 3.0.0rc4 (#947)
1 parent 2075924 commit 9713ee4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

e3sm_diags/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import os
22
import sys
33

4-
__version__ = "v3.0.0rc3"
4+
__version__ = "v3.0.0rc4"
55
INSTALL_PATH = os.path.join(sys.prefix, "share/e3sm_diags/")
66

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

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 = "3.0.0rc3"
5+
current = "3.0.0rc4"
66

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

0 commit comments

Comments
 (0)