Skip to content

Commit 302957e

Browse files
palinatolmachrv-auditoranvacaru
authored
Added libtool to system dependencies in README (#2340)
* Added `libtool` to system dependencies in README * Set Version: 1.0.487 * Set Version: 1.0.488 * Set Version: 1.0.489 --------- Co-authored-by: devops <[email protected]> Co-authored-by: Andrei Văcaru <[email protected]>
1 parent ad28202 commit 302957e

File tree

4 files changed

+4
-3
lines changed

4 files changed

+4
-3
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,7 @@ sudo apt-get install \
8383
libmpfr-dev \
8484
libsecp256k1-dev \
8585
libstdc++-12-dev \
86+
libtool \
8687
libyaml-dev \
8788
libz3-dev \
8889
lld-15 \

kevm-pyk/pyproject.toml

Lines changed: 1 addition & 1 deletion
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.488"
7+
version = "1.0.489"
88
description = ""
99
authors = [
1010
"Runtime Verification, Inc. <[email protected]>",

kevm-pyk/src/kevm_pyk/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@
66
from typing import Final
77

88

9-
VERSION: Final = '1.0.488'
9+
VERSION: Final = '1.0.489'

package/version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.0.488
1+
1.0.489

0 commit comments

Comments
 (0)