File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
.PHONY : build-keria
2
2
build-keria :
3
- @docker buildx build --platform=linux/amd64 --no-cache -f images/keria.dockerfile --tag weboftrust/keria:0.1.1 --tag weboftrust/keria:latest .
3
+ @docker buildx build --platform=linux/amd64 --no-cache -f images/keria.dockerfile --tag weboftrust/keria:0.1.2 --tag weboftrust/keria:latest .
4
4
5
5
publish-keria :
6
6
@docker push weboftrust/keria --all-tags
Original file line number Diff line number Diff line change 34
34
35
35
setup (
36
36
name = 'keria' ,
37
- version = '0.1.1 ' , # also change in src/keria/__init__.py
37
+ version = '0.1.2 ' , # also change in src/keria/__init__.py
38
38
license = 'Apache Software License 2.0' ,
39
39
description = 'KERIA: KERI Agent in the cloud' ,
40
40
long_description = "KERIA: KERI Agent in the cloud." ,
Original file line number Diff line number Diff line change 3
3
main package
4
4
"""
5
5
6
- __version__ = '0.1.1 ' # also change in setup.py
6
+ __version__ = '0.1.2 ' # also change in setup.py
7
7
You can’t perform that action at this time.
0 commit comments