Skip to content

Commit

Permalink
Added libtool to system dependencies in README (#2340)
Browse files Browse the repository at this point in the history
* 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]>
  • Loading branch information
3 people committed Mar 8, 2024
1 parent ad28202 commit 302957e
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,7 @@ sudo apt-get install \
libmpfr-dev \
libsecp256k1-dev \
libstdc++-12-dev \
libtool \
libyaml-dev \
libz3-dev \
lld-15 \
Expand Down
2 changes: 1 addition & 1 deletion kevm-pyk/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api"

[tool.poetry]
name = "kevm-pyk"
version = "1.0.488"
version = "1.0.489"
description = ""
authors = [
"Runtime Verification, Inc. <[email protected]>",
Expand Down
2 changes: 1 addition & 1 deletion kevm-pyk/src/kevm_pyk/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@
from typing import Final


VERSION: Final = '1.0.488'
VERSION: Final = '1.0.489'
2 changes: 1 addition & 1 deletion package/version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.0.488
1.0.489

0 comments on commit 302957e

Please sign in to comment.