Skip to content

Commit a217026

Browse files
committed
bump version in Makefile as well
1 parent 20810aa commit a217026

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ DEVPKGS=pycodestyle diff_cover pylint coverage pydocstyle flake8 \
3030
pytest pytest-xdist isort
3131
DEBDEVPKGS=pep8 python-autopep8 pylint python-coverage pydocstyle sloccount \
3232
python-flake8 python-mock shellcheck
33-
VERSION=2.0.$(shell TZ=UTC git log --first-parent --max-count=1 \
33+
VERSION=2.1.$(shell TZ=UTC git log --first-parent --max-count=1 \
3434
--format=format:%cd --date=format-local:%Y%m%d%H%M%S)
3535
mkfile_dir := $(dir $(abspath $(lastword $(MAKEFILE_LIST))))
3636

0 commit comments

Comments
 (0)