From eeb5580145e5511add77f6f988fef1d70cbd69e9 Mon Sep 17 00:00:00 2001 From: rv-jenkins Date: Thu, 7 Nov 2024 05:26:08 +0000 Subject: [PATCH] Set Version: 1.0.59 --- 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 3a90b2467..c3ccccfab 100644 --- a/package/version +++ b/package/version @@ -1 +1 @@ -1.0.58 +1.0.59 diff --git a/pyproject.toml b/pyproject.toml index 93243a7a5..919f4ae82 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api" [tool.poetry] name = "kontrol" -version = "1.0.58" +version = "1.0.59" description = "Foundry integration for KEVM" authors = [ "Runtime Verification, Inc. ", diff --git a/src/kontrol/__init__.py b/src/kontrol/__init__.py index 3d9c96462..6c65306f3 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.58' +VERSION: Final = '1.0.59'