From 182cd67349a7086adea1bdb11431bd0761189cd9 Mon Sep 17 00:00:00 2001 From: rv-jenkins Date: Tue, 6 Aug 2024 13:11:16 +0000 Subject: [PATCH] Set Version: 0.1.389 --- 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 78ea2479f..9a17a046e 100644 --- a/package/version +++ b/package/version @@ -1 +1 @@ -0.1.388 +0.1.389 diff --git a/pyproject.toml b/pyproject.toml index 823119bc0..1f6c81332 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api" [tool.poetry] name = "kontrol" -version = "0.1.388" +version = "0.1.389" description = "Foundry integration for KEVM" authors = [ "Runtime Verification, Inc. ", diff --git a/src/kontrol/__init__.py b/src/kontrol/__init__.py index ed83e57a2..5df042b84 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.388' +VERSION: Final = '0.1.389'