Skip to content

Commit 769fee9

Browse files
committed
testing
1 parent 6d09ce9 commit 769fee9

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.bumpversion.cfg

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[bumpversion]
22
current_version = 0.5.2
3-
commit = True
4-
tag = True
3+
commit = False
4+
tag = False
55

66
[bumpversion:file:gymie/__init__.py]

build.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,6 @@ if [[ -z "$2" ]]; then
1111
fi
1212

1313
rm -rf dist
14-
bumpversion --current-version $1 $2 gymie/__init__.py
14+
bumpversion --current-version $1 $2
1515
git push --tags
1616
python setup.py sdist bdist_wheel

0 commit comments

Comments
 (0)