diff --git a/kevm-pyk/pyproject.toml b/kevm-pyk/pyproject.toml index cfbbf52197..8400b38ae7 100644 --- a/kevm-pyk/pyproject.toml +++ b/kevm-pyk/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api" [tool.poetry] name = "kevm-pyk" -version = "1.0.574" +version = "1.0.575" description = "" authors = [ "Runtime Verification, Inc. ", diff --git a/kevm-pyk/src/kevm_pyk/__init__.py b/kevm-pyk/src/kevm_pyk/__init__.py index af936ed297..2fcba3e38c 100644 --- a/kevm-pyk/src/kevm_pyk/__init__.py +++ b/kevm-pyk/src/kevm_pyk/__init__.py @@ -5,4 +5,4 @@ if TYPE_CHECKING: from typing import Final -VERSION: Final = '1.0.574' +VERSION: Final = '1.0.575' diff --git a/package/version b/package/version index 51587d04c9..6f85661794 100644 --- a/package/version +++ b/package/version @@ -1 +1 @@ -1.0.574 +1.0.575