From 2ecf46651330c9643309a29cfeee11d54ea2fecf Mon Sep 17 00:00:00 2001 From: Fergal Date: Thu, 12 Dec 2024 11:43:06 -0300 Subject: [PATCH] build: bump to 0.2.0-dev6 (#338) --- Makefile | 2 +- setup.py | 2 +- src/keria/__init__.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index 8e9323fe..c318b882 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ .PHONY: build-keria -VERSION=0.2.0-dev5 +VERSION=0.2.0-dev6 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 3ffc026d..4ec77483 100644 --- a/setup.py +++ b/setup.py @@ -34,7 +34,7 @@ setup( name='keria', - version='0.2.0-dev5', # also change in src/keria/__init__.py + version='0.2.0-dev6', # 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 610e19bf..7f1c432f 100644 --- a/src/keria/__init__.py +++ b/src/keria/__init__.py @@ -3,5 +3,5 @@ main package """ -__version__ = '0.2.0-dev5' # also change in setup.py +__version__ = '0.2.0-dev6' # also change in setup.py