We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6d09ce9 commit 769fee9Copy full SHA for 769fee9
.bumpversion.cfg
@@ -1,6 +1,6 @@
1
[bumpversion]
2
current_version = 0.5.2
3
-commit = True
4
-tag = True
+commit = False
+tag = False
5
6
[bumpversion:file:gymie/__init__.py]
build.sh
@@ -11,6 +11,6 @@ if [[ -z "$2" ]]; then
11
fi
12
13
rm -rf dist
14
-bumpversion --current-version $1 $2 gymie/__init__.py
+bumpversion --current-version $1 $2
15
git push --tags
16
python setup.py sdist bdist_wheel
0 commit comments