diff --git a/Makefile b/Makefile index f34d1bd4..4bf4ec2f 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ .PHONY: build-keri -VERSION=MULTI_ARCH_TEST +VERSION=1.2.0-dev13 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 34112fa0..a704266a 100644 --- a/setup.py +++ b/setup.py @@ -37,7 +37,7 @@ from setuptools import find_packages, setup setup( name='keri', - version='1.2.0-dev12', # also change in src/keri/__init__.py + version='1.2.0-dev13', # also change in src/keri/__init__.py license='Apache Software License 2.0', description='Key Event Receipt Infrastructure', long_description="KERI Decentralized Key Management Infrastructure", diff --git a/src/keri/__init__.py b/src/keri/__init__.py index e4125ad5..09ed18bf 100644 --- a/src/keri/__init__.py +++ b/src/keri/__init__.py @@ -1,5 +1,5 @@ # -*- encoding: utf-8 -*- -__version__ = '1.2.0-dev12' # also change in setup.py +__version__ = '1.2.0-dev13' # also change in setup.py