Skip to content

Commit 1120216

Browse files
committed
bump the version in the Makefile
1 parent a830754 commit 1120216

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
@@ -33,7 +33,7 @@ COVBASE=coverage run --append
3333

3434
# Updating the Major & Minor version below?
3535
# Don't forget to update setup.py as well
36-
VERSION=8.0.$(shell date +%Y%m%d%H%M%S --utc --date=`git log --first-parent \
36+
VERSION=8.1.$(shell date +%Y%m%d%H%M%S --utc --date=`git log --first-parent \
3737
--max-count=1 --format=format:%cI`)
3838

3939
## all : default task

0 commit comments

Comments
 (0)