From 905f135f722e9f41e6246117d9129082ddf81737 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 18 Dec 2023 18:09:53 +0000 Subject: [PATCH] Update release version to v1.0.25 --- harmony/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/harmony/__init__.py b/harmony/__init__.py index f8ab4cb..2089b50 100644 --- a/harmony/__init__.py +++ b/harmony/__init__.py @@ -7,7 +7,7 @@ """ # Automatically updated by `make build` -__version__ = "v1.0.24" +__version__ = "v1.0.25" from .adapter import BaseHarmonyAdapter from .cli import setup_cli, is_harmony_cli, run_cli