Skip to content

Commit 873433f

Browse files
committed
Bump the version to 1.36
1 parent d6210ad commit 873433f

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

.circleci/config.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,6 @@ workflows:
66
- test-python-3-7
77
- test-python-2-7
88
- bump-version:
9-
filters:
10-
branches:
11-
only: /BNCASB-2204.*/
129
requires:
1310
- test-python-3-7
1411
- test-python-2-7
@@ -40,11 +37,12 @@ jobs:
4037
- run:
4138
name: Update version number
4239
command: |
40+
sudo apt-get install bc
4341
OLD_VER=$(cat VERSION) && NEW_VER=$(echo $OLD_VER + .01 | bc) && echo $NEW_VER > VERSION
4442
echo $OLD_VER
4543
echo $NEW_VER
4644
cat VERSION
4745
- run:
4846
name: Push to GitHub
4947
command: |
50-
echo "pushing to github..."
48+
echo "pushing to github..."

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.36
1+
1.36

0 commit comments

Comments
 (0)