From 833d9f22a26955d6784aa1c1ce19d85a87acea0e Mon Sep 17 00:00:00 2001 From: rv-jenkins Date: Thu, 19 Sep 2024 15:42:02 +0000 Subject: [PATCH] Set Version: 1.0.27 --- package/version | 2 +- pyproject.toml | 2 +- src/kontrol/__init__.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package/version b/package/version index 8955a0173..adb7b04cb 100644 --- a/package/version +++ b/package/version @@ -1 +1 @@ -1.0.26 +1.0.27 diff --git a/pyproject.toml b/pyproject.toml index 1e75174b7..1eff00e78 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api" [tool.poetry] name = "kontrol" -version = "1.0.26" +version = "1.0.27" description = "Foundry integration for KEVM" authors = [ "Runtime Verification, Inc. ", diff --git a/src/kontrol/__init__.py b/src/kontrol/__init__.py index 6450cdfcf..541af5477 100644 --- a/src/kontrol/__init__.py +++ b/src/kontrol/__init__.py @@ -5,4 +5,4 @@ if TYPE_CHECKING: from typing import Final -VERSION: Final = '1.0.26' +VERSION: Final = '1.0.27'