Skip to content

Commit 9af93f5

Browse files
Bump to 3.0.1 (#993)
1 parent 6a9202e commit 9af93f5

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.0"
4+
__version__ = "v3.0.1"
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.0.0"
5+
current = "3.0.1"
66

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

0 commit comments

Comments
 (0)