Skip to content

Commit

Permalink
Merge pull request #25 from skalenetwork/fix/SKALE-1574-fix-calc-vers…
Browse files Browse the repository at this point in the history
…ion-script

SKALE-1574 fix exit status for master branch
  • Loading branch information
dmytrotkk authored Oct 8, 2019
2 parents 14659b4 + 9310f88 commit f18070b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion scripts/calculate_version.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ fi

if [[ $BRANCH == 'master' ]]; then
echo $VERSION
exit 1
exit 0
elif [[ $BRANCH == 'develop' ]]; then
POSTFIX="dev"
elif [[ $BRANCH == 'beta' ]]; then
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
setup(
name='skale.py',
# *IMPORTANT*: Don't manually change the version here. Use the 'bumpversion' utility.
version='1.0',
version='1.1',
description='SKALE client tools',
long_description_markdown_filename='README.md',
author='SKALE Labs',
Expand Down

0 comments on commit f18070b

Please sign in to comment.