Skip to content

Commit

Permalink
Add options classes to KEVM (#2362)
Browse files Browse the repository at this point in the history
* Add KompileSpecOptioons

* Set Version: 1.0.501

* Add rest of Options classes for KEVM commands and use in exec functions

* Add KGenOptions

* Remove argparse defaults for kevm-specific Options

* Fix formatting

* Remove plugin update

* Fix excute call

* Fix execute call

* Set Version: 1.0.502

* pyupgrade

* Fix formatting

* Set Version: 1.0.504

---------

Co-authored-by: devops <[email protected]>
  • Loading branch information
nwatson22 and devops authored Mar 21, 2024
1 parent 92be72e commit ec4a426
Show file tree
Hide file tree
Showing 6 changed files with 561 additions and 352 deletions.
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.503"
version = "1.0.504"
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.503'
VERSION: Final = '1.0.504'
Loading

0 comments on commit ec4a426

Please sign in to comment.