diff --git a/Makefile b/Makefile index 907de599..1e343f07 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ .PHONY: build-keri -VERSION=1.2.0-rc2 +VERSION=1.2.0-rc3 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 52bb722b..e81cdf0a 100644 --- a/setup.py +++ b/setup.py @@ -37,7 +37,7 @@ from setuptools import find_packages, setup setup( name='keri', - version='1.2.0-rc2', # also change in src/keri/__init__.py + version='1.2.0-rc3', # 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 0d3f9095..a9d2b5e6 100644 --- a/src/keri/__init__.py +++ b/src/keri/__init__.py @@ -1,5 +1,5 @@ # -*- encoding: utf-8 -*- -__version__ = '1.2.0-rc2' # also change in setup.py +__version__ = '1.2.0-rc3' # also change in setup.py