From b9ad0350ec8473e6555eb8109832b3402bcc5724 Mon Sep 17 00:00:00 2001 From: devops Date: Wed, 18 Oct 2023 18:23:15 +0000 Subject: [PATCH] Set Version: 0.1.30 --- 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 5ef49d2f0..013adb716 100644 --- a/package/version +++ b/package/version @@ -1 +1 @@ -0.1.29 +0.1.30 diff --git a/pyproject.toml b/pyproject.toml index ecd0a402b..c3b1d838a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api" [tool.poetry] name = "kontrol" -version = "0.1.29" +version = "0.1.30" description = "Foundry integration for KEVM" authors = [ "Runtime Verification, Inc. ", diff --git a/src/kontrol/__init__.py b/src/kontrol/__init__.py index bcde77717..f3bac6ec6 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.29' +VERSION: Final = '0.1.30'