From df4e23c94a9b00d95aff0aa1df3efa904e44f497 Mon Sep 17 00:00:00 2001 From: devops Date: Tue, 11 Jun 2024 23:05:04 +0000 Subject: [PATCH] Set Version: 0.1.309 --- 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 217f5022a..626c1b0cf 100644 --- a/package/version +++ b/package/version @@ -1 +1 @@ -0.1.308 +0.1.309 diff --git a/pyproject.toml b/pyproject.toml index b00c261f3..acb0ee8c0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api" [tool.poetry] name = "kontrol" -version = "0.1.308" +version = "0.1.309" description = "Foundry integration for KEVM" authors = [ "Runtime Verification, Inc. ", diff --git a/src/kontrol/__init__.py b/src/kontrol/__init__.py index 515a8a132..8a2f1cf8d 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.308' +VERSION: Final = '0.1.309'