We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7758883 commit e554cdfCopy full SHA for e554cdf
.bumpversion.cfg
@@ -1,5 +1,5 @@
1
[bumpversion]
2
-current_version = 0.3.4
+current_version = 0.3.5
3
commit = True
4
tag = True
5
scripts/install.sh
@@ -8,7 +8,7 @@ set -u
8
STYLE='\e[1;4m'
9
NOCOLOR='\033[0m'
10
11
-version=0.3.4
+version=0.3.5
12
revision=$(git rev-parse --short HEAD)
13
cd "$(dirname "${BASH_SOURCE[0]}")/.."
14
base_dir=$(pwd)
0 commit comments