Skip to content

Commit d2bc665

Browse files
change version to 4.2 in doc/conf.py and setup.py (NOAA-GFDL#741)
1 parent c19b717 commit d2bc665

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

doc/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ def __init__(self, units=None, calendar=None, formatted=False, names=False,
7777
# The short X.Y version
7878
version = ''
7979
# The full version, including alpha/beta/rc tags
80-
release = '4.0'
80+
release = '4.2'
8181

8282
# only used for resolving relative links in markdown docs
8383
_project_github_url = 'https://github.com/NOAA-GFDL/MDTF-diagnostics/tree/main/'

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ def run(self):
3131
packages = find_packages()
3232
setup(
3333
name='MDTF-diagnostics',
34-
version='4.0',
34+
version='4.2',
3535
description='Process-oriented diagnostics for weather and climate simulations',
3636
license='LGPLv3',
3737
long_description=long_description,

0 commit comments

Comments
 (0)