Skip to content

Commit 5f6ba7d

Browse files
author
Sterling Baldwin
committed
Increments version number
1 parent f3b190f commit 5f6ba7d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

processflow.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
from lib.util import print_message
2121
from lib.util import print_debug
2222

23-
__version__ = '2.0.0'
23+
__version__ = '2.0.1'
2424
__branch__ = 'master'
2525

2626
os.environ['UVCDAT_ANONYMOUS_LOG'] = 'False'

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
setup(
1212
name="e3sm_processflow",
13-
version="2.0.0",
13+
version="2.0.1",
1414
author="Sterling Baldwin",
1515
author_email="[email protected]",
1616
description="E3SM Automated workflow for handling post processing and diagnostic jobs for raw model data",

0 commit comments

Comments
 (0)