Skip to content

Commit 0d3bf42

Browse files
committed
Rev version number... again.
Signed-off-by: pfeairheller <pfeairheller@gmail.com>
1 parent 7b03f8d commit 0d3bf42

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
.PHONY: build-keria
22
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 .
44

55
publish-keria:
66
@docker push weboftrust/keria --all-tags

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434

3535
setup(
3636
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
3838
license='Apache Software License 2.0',
3939
description='KERIA: KERI Agent in the cloud',
4040
long_description="KERIA: KERI Agent in the cloud.",

src/keria/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@
33
main package
44
"""
55

6-
__version__ = '0.1.1' # also change in setup.py
6+
__version__ = '0.1.2' # also change in setup.py
77

0 commit comments

Comments
 (0)