diff --git a/kevm-pyk/pyproject.toml b/kevm-pyk/pyproject.toml index 0111000d2c..fcf2478a62 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.566" +version = "1.0.567" description = "" authors = [ "Runtime Verification, Inc. ", diff --git a/kevm-pyk/src/kevm_pyk/__init__.py b/kevm-pyk/src/kevm_pyk/__init__.py index fa06354ccd..36967af5fa 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.566' +VERSION: Final = '1.0.567' diff --git a/package/version b/package/version index ac3806386d..f3e19e0599 100644 --- a/package/version +++ b/package/version @@ -1 +1 @@ -1.0.566 +1.0.567