From 55d98600f35b9e24e24f4dc34890f18c5a29d8dd Mon Sep 17 00:00:00 2001 From: Lance Date: Tue, 5 Nov 2024 11:05:45 -0500 Subject: [PATCH] bumping versions to 0.2.0-dev4 for tag (#315) Signed-off-by: 2byrds <2byrds@gmail.com> --- Makefile | 2 +- setup.py | 2 +- src/keria/__init__.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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