From 8dae85271e8e6fb98da492dff0e90dd97f409b4a Mon Sep 17 00:00:00 2001 From: rv-jenkins Date: Tue, 13 Aug 2024 03:59:58 +0000 Subject: [PATCH] Set Version: 0.1.405 --- 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 3c5b424b0..27db9c09d 100644 --- a/package/version +++ b/package/version @@ -1 +1 @@ -0.1.404 +0.1.405 diff --git a/pyproject.toml b/pyproject.toml index 0192c5d9e..6875547a4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api" [tool.poetry] name = "kontrol" -version = "0.1.404" +version = "0.1.405" description = "Foundry integration for KEVM" authors = [ "Runtime Verification, Inc. ", diff --git a/src/kontrol/__init__.py b/src/kontrol/__init__.py index d77f2d7eb..75b4b70dd 100644 --- a/src/kontrol/__init__.py +++ b/src/kontrol/__init__.py @@ -5,4 +5,4 @@ if TYPE_CHECKING: from typing import Final -VERSION: Final = '0.1.404' +VERSION: Final = '0.1.405'