Skip to content

Commit a5b0fba

Browse files
committed
v1.2.1
1 parent 5dfa6b4 commit a5b0fba

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ publish:
3131
twine upload --skip-existing dist/*
3232

3333
# docker (tag with commit ID)
34-
VERSION = "1.2.0-"$(shell git rev-parse --short HEAD)
34+
VERSION = "1.2.1-"$(shell git rev-parse --short HEAD)
3535

3636
build:
3737
@docker build -t macbre/index-digest:$(VERSION) . \

indexdigest/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
"""
22
index_digest Python module
33
"""
4-
VERSION = '1.2.0'
4+
VERSION = '1.2.1'

0 commit comments

Comments
 (0)