diff --git a/deps/kevm_release b/deps/kevm_release index d246a51a7..7c286e3c3 100644 --- a/deps/kevm_release +++ b/deps/kevm_release @@ -1 +1 @@ -1.0.599 +1.0.600 diff --git a/flake.lock b/flake.lock index 13553d1e3..ae847248a 100644 --- a/flake.lock +++ b/flake.lock @@ -287,16 +287,16 @@ ] }, "locked": { - "lastModified": 1718174877, - "narHash": "sha256-kmKk+tEbsSXyiFKefJYEbLeA9Cx+huySNvFewD/2dBM=", + "lastModified": 1718208144, + "narHash": "sha256-Rzeqh7EraIdN0x6wJG4FJJapI4OJIzXAv0cxQmMQG9E=", "owner": "runtimeverification", "repo": "evm-semantics", - "rev": "71a19f1a085efd1cf2987954101f500b7c02a6ce", + "rev": "31bd3d88f711d06e93de0609b11519939b5b9984", "type": "github" }, "original": { "owner": "runtimeverification", - "ref": "v1.0.599", + "ref": "v1.0.600", "repo": "evm-semantics", "type": "github" } diff --git a/flake.nix b/flake.nix index 5e00f3681..e85ed8a44 100644 --- a/flake.nix +++ b/flake.nix @@ -2,7 +2,7 @@ description = "Kontrol"; inputs = { - kevm.url = "github:runtimeverification/evm-semantics/v1.0.599"; + kevm.url = "github:runtimeverification/evm-semantics/v1.0.600"; nixpkgs.follows = "kevm/nixpkgs"; nixpkgs-pyk.follows = "kevm/nixpkgs-pyk"; k-framework.follows = "kevm/k-framework"; diff --git a/package/version b/package/version index 1ae2cbabd..2b7df54ab 100644 --- a/package/version +++ b/package/version @@ -1 +1 @@ -0.1.311 +0.1.312 diff --git a/poetry.lock b/poetry.lock index 469870494..8e9460c91 100644 --- a/poetry.lock +++ b/poetry.lock @@ -434,7 +434,7 @@ colors = ["colorama (>=0.4.6)"] [[package]] name = "kevm-pyk" -version = "1.0.599" +version = "1.0.600" description = "" optional = false python-versions = "^3.10" @@ -449,8 +449,8 @@ tomlkit = "^0.11.6" [package.source] type = "git" url = "https://github.com/runtimeverification/evm-semantics.git" -reference = "v1.0.599" -resolved_reference = "71a19f1a085efd1cf2987954101f500b7c02a6ce" +reference = "v1.0.600" +resolved_reference = "31bd3d88f711d06e93de0609b11519939b5b9984" subdirectory = "kevm-pyk" [[package]] @@ -1112,4 +1112,4 @@ test = ["big-O", "importlib-resources", "jaraco.functools", "jaraco.itertools", [metadata] lock-version = "2.0" python-versions = "^3.10" -content-hash = "fc3589b222f2d707e358d90afa4b6a84afa99e9beda7b6602b6a3400bdd7f9cf" +content-hash = "91b0fa8a76b2e4ce327b445f0165039a76c6a22743fa801855191e814d730540" diff --git a/pyproject.toml b/pyproject.toml index 3f92cae27..ba08fc49f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api" [tool.poetry] name = "kontrol" -version = "0.1.311" +version = "0.1.312" description = "Foundry integration for KEVM" authors = [ "Runtime Verification, Inc. ", @@ -12,7 +12,7 @@ authors = [ [tool.poetry.dependencies] python = "^3.10" -kevm-pyk = { git = "https://github.com/runtimeverification/evm-semantics.git", tag = "v1.0.599", subdirectory = "kevm-pyk" } +kevm-pyk = { git = "https://github.com/runtimeverification/evm-semantics.git", tag = "v1.0.600", subdirectory = "kevm-pyk" } [tool.poetry.group.dev.dependencies] autoflake = "*" diff --git a/src/kontrol/__init__.py b/src/kontrol/__init__.py index de6948f4a..22f3126e0 100644 --- a/src/kontrol/__init__.py +++ b/src/kontrol/__init__.py @@ -5,4 +5,4 @@ if TYPE_CHECKING: from typing import Final -VERSION: Final = '0.1.311' +VERSION: Final = '0.1.312'