Skip to content

Commit

Permalink
Update foundry.nix (#274)
Browse files Browse the repository at this point in the history
* update foundry montly because the nightly build we were using has been deleted on github

* Set Version: 0.1.112

* Set Version: 0.1.113

---------

Co-authored-by: devops <[email protected]>
Co-authored-by: rv-jenkins <[email protected]>
  • Loading branch information
3 people authored Jan 15, 2024
1 parent eed7ed1 commit 2f8e0a9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package/version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.1.112
0.1.113
2 changes: 1 addition & 1 deletion 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 = "kontrol"
version = "0.1.112"
version = "0.1.113"
description = "Foundry integration for KEVM"
authors = [
"Runtime Verification, Inc. <[email protected]>",
Expand Down
2 changes: 1 addition & 1 deletion src/kontrol/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@
if TYPE_CHECKING:
from typing import Final

VERSION: Final = '0.1.112'
VERSION: Final = '0.1.113'

0 comments on commit 2f8e0a9

Please sign in to comment.