Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
Sterling Baldwin committed Jun 3, 2021
1 parent 4b39e51 commit a7ff69b
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
14 changes: 7 additions & 7 deletions conda/conda_build.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
export VERSION="1.7.0"
export BUILD_NAME="2"
export VERSION="1.7.1"
export BUILD_NAME="0"
export CONDA_BLD_PATH=~/conda-bld
PLATFORM="linux-64"
PKG="e3sm_to_cmip"
Expand All @@ -25,8 +25,8 @@ if [ $? -eq 1 ]; then
exit
fi

if [ ! -z "$1" ]; then
anaconda upload -u e3sm -l "$1" $CONDA_BLD_PATH/$PLATFORM/$PKG-$VERSION-$BUILD_NAME.tar.bz2
else
anaconda upload -u e3sm $CONDA_BLD_PATH/$PLATFORM/$PKG-$VERSION-$BUILD_NAME.tar.bz2
fi
# if [ ! -z "$1" ]; then
# anaconda upload -u e3sm -l "$1" $CONDA_BLD_PATH/$PLATFORM/$PKG-$VERSION-$BUILD_NAME.tar.bz2
# else
# anaconda upload -u e3sm $CONDA_BLD_PATH/$PLATFORM/$PKG-$VERSION-$BUILD_NAME.tar.bz2
# fi
2 changes: 1 addition & 1 deletion e3sm_to_cmip/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "1.7.0"
__version__ = "1.7.1"

0 comments on commit a7ff69b

Please sign in to comment.