diff --git a/kevm-pyk/pyproject.toml b/kevm-pyk/pyproject.toml index 95d0822c93..4a93898538 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/kevm-pyk/src/tests/integration/test_prove.py b/kevm-pyk/src/tests/integration/test_prove.py index a31294d4f6..84001dc9d4 100644 --- a/kevm-pyk/src/tests/integration/test_prove.py +++ b/kevm-pyk/src/tests/integration/test_prove.py @@ -275,6 +275,7 @@ def test_pyk_prove( 'use_booster': use_booster, 'bug_report': bug_report, 'break_on_calls': break_on_calls, + 'smt_timeout': 1000, } ) exec_prove(options=options) 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