From a92a3cb8c00138012358994dd8a3a37099e6199d Mon Sep 17 00:00:00 2001 From: pfeairheller Date: Tue, 13 Feb 2024 12:30:50 -0800 Subject: [PATCH] Prep for final release of 1.1.0, update version references. Signed-off-by: pfeairheller --- setup.py | 2 +- src/keri/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index ac3a35d27..7341c6bff 100644 --- a/setup.py +++ b/setup.py @@ -31,7 +31,7 @@ from setuptools import find_packages, setup setup( name='keri', - version='1.1.0-rc.2', # also change in src/keri/__init__.py + version='1.1.0', # 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 e3dfb0d0d..b2781c6ee 100644 --- a/src/keri/__init__.py +++ b/src/keri/__init__.py @@ -1,5 +1,5 @@ # -*- encoding: utf-8 -*- -__version__ = '1.1.0-rc.2' # also change in setup.py +__version__ = '1.1.0' # also change in setup.py