Skip to content

Commit 1426d7f

Browse files
author
Sterling Baldwin
committed
New master build with correct aprime email link notification
1 parent 5b6029e commit 1426d7f

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
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.1'
23+
__version__ = '2.0.2'
2424
__branch__ = 'master'
2525

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

recipe/conda_build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
export VERSION="2.0.1"
1+
export VERSION="2.0.2"
22
export BUILD_NAME="0"
33
export CONDA_BLD_PATH=~/conda-bld
44
USER="e3sm"

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.1",
13+
version="2.0.2",
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)