-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Warn user if an outdated K version is being used (#132)
* fixes * Set Version: 0.1.38 * Addressed PR comments * fix format * Set Version: 0.1.40 * extrated _check_k_version function * Format fix * removed attribute git from kversion comparison * custom version comparison * Set Version: 0.1.45 * Addressed PR comments * Set Version: 0.1.46 * Update README instructions (#151) * update readme instructions * Set Version: 0.1.45 * add resources --------- Co-authored-by: devops <[email protected]> * refactored _check_versions function * Set Version: 0.1.47 * format * Set Version: 0.1.48 * Set Version: 0.1.48 * Addressed PR comments * Set Version: 0.1.50 --------- Co-authored-by: devops <[email protected]> Co-authored-by: Lisandra Silva <[email protected]> Co-authored-by: Andrei Văcaru <[email protected]>
- Loading branch information
1 parent
33a6b63
commit acf81a1
Showing
4 changed files
with
30 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
0.1.49 | ||
0.1.50 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api" | |
|
||
[tool.poetry] | ||
name = "kontrol" | ||
version = "0.1.49" | ||
version = "0.1.50" | ||
description = "Foundry integration for KEVM" | ||
authors = [ | ||
"Runtime Verification, Inc. <[email protected]>", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,4 +5,4 @@ | |
if TYPE_CHECKING: | ||
from typing import Final | ||
|
||
VERSION: Final = '0.1.49' | ||
VERSION: Final = '0.1.50' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters