From 328e74777268e563cc8e22465fbaaba360e9f8d5 Mon Sep 17 00:00:00 2001 From: rv-jenkins Date: Wed, 28 Aug 2024 17:02:14 +0000 Subject: [PATCH] Set Version: 1.0.8 --- 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 238d6e882..b0f3d96f8 100644 --- a/package/version +++ b/package/version @@ -1 +1 @@ -1.0.7 +1.0.8 diff --git a/pyproject.toml b/pyproject.toml index 506a4410e..be7b5fb50 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api" [tool.poetry] name = "kontrol" -version = "1.0.7" +version = "1.0.8" description = "Foundry integration for KEVM" authors = [ "Runtime Verification, Inc. ", diff --git a/src/kontrol/__init__.py b/src/kontrol/__init__.py index 98c78e35c..6a81d827c 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.7' +VERSION: Final = '1.0.8'