Skip to content

Commit 171ff97

Browse files
committed
Set Version: 1.0.560
1 parent 6f76074 commit 171ff97

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.559"
7+
version = "1.0.560"
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
@@ -5,4 +5,4 @@
55
if TYPE_CHECKING:
66
from typing import Final
77

8-
VERSION: Final = '1.0.559'
8+
VERSION: Final = '1.0.560'

package/version

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.0.559
1+
1.0.560

0 commit comments

Comments
 (0)