diff --git a/kevm-pyk/pyproject.toml b/kevm-pyk/pyproject.toml index 1cc82ac056..5cc9d49a1e 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.588" +version = "1.0.589" description = "" authors = [ "Runtime Verification, Inc. ", diff --git a/kevm-pyk/src/kevm_pyk/__init__.py b/kevm-pyk/src/kevm_pyk/__init__.py index 503955389a..a9e84edca7 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.588' +VERSION: Final = '1.0.589' diff --git a/package/version b/package/version index f02a1d725e..18e96d5faf 100644 --- a/package/version +++ b/package/version @@ -1 +1 @@ -1.0.588 +1.0.589