Skip to content

Commit 2e6bacc

Browse files
Bump to 2.9.0rc1 (#697)
1 parent b030a7c commit 2e6bacc

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
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__ = "v2.8.0"
4+
__version__ = "v2.9.0rc1"
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

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ def get_all_files_in_dir(directory, pattern):
152152
"Programming Language :: Python :: 3.10",
153153
],
154154
name="e3sm_diags",
155-
version="2.8.0",
155+
version="2.9.0rc1",
156156
author="Chengzhu (Jill) Zhang, Tom Vo, Ryan Forsyth, Chris Golaz and Zeshawn Shaheen",
157157
author_email="[email protected]",
158158
description="E3SM Diagnostics",

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 = "2.8.0"
5+
current = "2.9.0rc1"
66

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

0 commit comments

Comments
 (0)