From cfd50312aa53bea8177a9f93a97bc5b4c3595aa7 Mon Sep 17 00:00:00 2001 From: rv-jenkins Date: Mon, 27 Jan 2025 19:58:10 +0000 Subject: [PATCH] Set Version: 1.0.105 --- 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 1f4f633c0..32f6174a0 100644 --- a/package/version +++ b/package/version @@ -1 +1 @@ -1.0.104 +1.0.105 diff --git a/pyproject.toml b/pyproject.toml index 291d7d459..41503fa15 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api" [tool.poetry] name = "kontrol" -version = "1.0.104" +version = "1.0.105" description = "Foundry integration for KEVM" authors = [ "Runtime Verification, Inc. ", diff --git a/src/kontrol/__init__.py b/src/kontrol/__init__.py index c1e52c871..01105a79a 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.104' +VERSION: Final = '1.0.105'