We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 398b975 commit 0119381Copy full SHA for 0119381
release.sh
@@ -20,7 +20,7 @@ $(dirname $0)/docker.sh
20
21
# check branch and set version
22
if [ "${BRANCH}" == "master" ]; then
23
- VERSION=${VERSION:-"2.0.2 2.0 2 latest"}
+ VERSION=${VERSION:-"2.0.3 2.0 2 latest"}
24
elif [ "${BRANCH}" == "develop" ]; then
25
VERSION="develop"
26
else
setup.py
@@ -9,7 +9,7 @@ def description():
9
10
11
setup(name='pyclowder',
12
- version='2.0.2',
+ version='2.0.3',
13
packages=find_packages(),
14
description='Python SDK for the Clowder Data Management System',
15
long_description=description(),
0 commit comments