From 0b88a602aed942e7dfe65b93bb2e68f7ef6961d4 Mon Sep 17 00:00:00 2001 From: rv-jenkins Date: Mon, 21 Oct 2024 17:25:42 +0000 Subject: [PATCH] Set Version: 1.0.56 --- 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 78a3e6ec3..ed453e694 100644 --- a/package/version +++ b/package/version @@ -1 +1 @@ -1.0.55 +1.0.56 diff --git a/pyproject.toml b/pyproject.toml index 9fc97007c..a978cb64c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api" [tool.poetry] name = "kontrol" -version = "1.0.55" +version = "1.0.56" description = "Foundry integration for KEVM" authors = [ "Runtime Verification, Inc. ", diff --git a/src/kontrol/__init__.py b/src/kontrol/__init__.py index 24b043578..d0a8af733 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.55' +VERSION: Final = '1.0.56'