diff --git a/package/version b/package/version index 6871b9e7a..6ee33ba22 100644 --- a/package/version +++ b/package/version @@ -1 +1 @@ -0.1.44 +0.1.45 diff --git a/pyproject.toml b/pyproject.toml index b63da06e8..7b3e47b30 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api" [tool.poetry] name = "kontrol" -version = "0.1.44" +version = "0.1.45" description = "Foundry integration for KEVM" authors = [ "Runtime Verification, Inc. ", diff --git a/src/kontrol/__init__.py b/src/kontrol/__init__.py index b4b89deb9..90976769c 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.44' +VERSION: Final = '0.1.45'