We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5dfa6b4 commit a5b0fbaCopy full SHA for a5b0fba
Makefile
@@ -31,7 +31,7 @@ publish:
31
twine upload --skip-existing dist/*
32
33
# docker (tag with commit ID)
34
-VERSION = "1.2.0-"$(shell git rev-parse --short HEAD)
+VERSION = "1.2.1-"$(shell git rev-parse --short HEAD)
35
36
build:
37
@docker build -t macbre/index-digest:$(VERSION) . \
indexdigest/__init__.py
@@ -1,4 +1,4 @@
1
"""
2
index_digest Python module
3
4
-VERSION = '1.2.0'
+VERSION = '1.2.1'
0 commit comments