diff --git a/Makefile b/Makefile index 32f0a1a..8bead9b 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ .PHONY: build-keria -VERSION=0.2.0-dev3 +VERSION=0.2.0-dev4 define DOCKER_WARNING In order to use the multi-platform build enable the containerd image store diff --git a/setup.py b/setup.py index 38b7b4b..c0bbb6a 100644 --- a/setup.py +++ b/setup.py @@ -34,7 +34,7 @@ setup( name='keria', - version='0.2.0-dev3', # also change in src/keria/__init__.py + version='0.2.0-dev4', # also change in src/keria/__init__.py license='Apache Software License 2.0', description='KERIA: KERI Agent in the cloud', long_description="KERIA: KERI Agent in the cloud.", diff --git a/src/keria/__init__.py b/src/keria/__init__.py index 323e2bb..f485943 100644 --- a/src/keria/__init__.py +++ b/src/keria/__init__.py @@ -3,5 +3,5 @@ main package """ -__version__ = '0.2.0-dev3' # also change in setup.py +__version__ = '0.2.0-dev4' # also change in setup.py