Skip to content

Commit 1606d30

Browse files
committed
Bump to 3.1.0rc2
1 parent 813bc41 commit 1606d30

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.1.0rc1"
4+
__version__ = "v3.1.0rc2"
55
INSTALL_PATH = os.path.join(sys.prefix, "share/e3sm_diags/")
66

77
# Needed for when using hdf5 >= 1.10.0,

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.1.0rc1"
5+
current = "3.1.0rc2"
66

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

0 commit comments

Comments
 (0)