Skip to content

Commit 3335748

Browse files
Merge branch 'raoul/is-valid-jump-dest' of github.com:runtimeverification/evm-semantics into raoul/is-valid-jump-dest
2 parents 628fafc + 93d10f5 commit 3335748

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

kevm-pyk/pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api"
44

55
[tool.poetry]
66
name = "kevm-pyk"
7-
version = "1.0.316"
7+
version = "1.0.317"
88
description = ""
99
authors = [
1010
"Runtime Verification, Inc. <[email protected]>",

kevm-pyk/src/kevm_pyk/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@
66
from typing import Final
77

88

9-
VERSION: Final = '1.0.316'
9+
VERSION: Final = '1.0.317'

package/version

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.0.316
1+
1.0.317

0 commit comments

Comments
 (0)