From 4dfaf68978b6e38b003b77ddacb78c0079ef292c Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 4 Oct 2022 15:39:00 +0000 Subject: [PATCH] Update release version to v1.0.22 --- harmony/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/harmony/__init__.py b/harmony/__init__.py index b79241b..b487e71 100644 --- a/harmony/__init__.py +++ b/harmony/__init__.py @@ -7,7 +7,7 @@ """ # Automatically updated by `make build` -__version__ = "v1.0.21" +__version__ = "v1.0.22" from .adapter import BaseHarmonyAdapter from .cli import setup_cli, is_harmony_cli, run_cli