Skip to content

Commit 0119381

Browse files
committed
set version to 2.0.3
1 parent 398b975 commit 0119381

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

release.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ $(dirname $0)/docker.sh
2020

2121
# check branch and set version
2222
if [ "${BRANCH}" == "master" ]; then
23-
VERSION=${VERSION:-"2.0.2 2.0 2 latest"}
23+
VERSION=${VERSION:-"2.0.3 2.0 2 latest"}
2424
elif [ "${BRANCH}" == "develop" ]; then
2525
VERSION="develop"
2626
else

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ def description():
99

1010

1111
setup(name='pyclowder',
12-
version='2.0.2',
12+
version='2.0.3',
1313
packages=find_packages(),
1414
description='Python SDK for the Clowder Data Management System',
1515
long_description=description(),

0 commit comments

Comments
 (0)