diff --git a/package/version b/package/version index be1dcc8a2..ea2f1d395 100644 --- a/package/version +++ b/package/version @@ -1 +1 @@ -1.0.73 +1.0.74 diff --git a/pyproject.toml b/pyproject.toml index e09acfb2a..3b7cbc48c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api" [tool.poetry] name = "kontrol" -version = "1.0.73" +version = "1.0.74" description = "Foundry integration for KEVM" authors = [ "Runtime Verification, Inc. ", diff --git a/src/kontrol/__init__.py b/src/kontrol/__init__.py index edb497395..a12eee034 100644 --- a/src/kontrol/__init__.py +++ b/src/kontrol/__init__.py @@ -5,4 +5,4 @@ if TYPE_CHECKING: from typing import Final -VERSION: Final = '1.0.73' +VERSION: Final = '1.0.74'