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 6a9202e commit 7ba91a2Copy full SHA for 7ba91a2
e3sm_diags/__init__.py
@@ -1,7 +1,7 @@
1
import os
2
import sys
3
4
-__version__ = "v3.0.0"
+__version__ = "v3.0.1"
5
INSTALL_PATH = os.path.join(sys.prefix, "share/e3sm_diags/")
6
7
# Needed for when using hdf5 >= 1.10.0,
tbump.toml
@@ -2,7 +2,7 @@
github_url = "https://github.com/E3SM-Project/e3sm_diags"
[version]
-current = "3.0.0"
+current = "3.0.1"
# Example of a semver regexp.
8
# Make sure this matches current_version before
0 commit comments