-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Remove `test-testapi` * Remove the `kasmer` command * Set Version: 0.1.73 * migrate `test-testapi` to mandos * cargo updates --------- Co-authored-by: devops <[email protected]> Co-authored-by: Burak Bilge Yalcinkaya <[email protected]>
- Loading branch information
1 parent
a9ca418
commit 2c88a73
Showing
10 changed files
with
403 additions
and
220 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
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,15 +4,14 @@ build-backend = "poetry.core.masonry.api" | |
|
||
[tool.poetry] | ||
name = "kmultiversx" | ||
version = "0.1.72" | ||
version = "0.1.73" | ||
description = "Python tools for Elrond semantics" | ||
authors = [ | ||
"Runtime Verification, Inc. <[email protected]>", | ||
] | ||
|
||
[tool.poetry.scripts] | ||
mandos = "kmultiversx.scenario:run_tests" | ||
kasmer = "kmultiversx.kasmer:main" | ||
kelrond = "kmultiversx.kelrond:main" | ||
runtime = "kmultiversx.runtime:main" | ||
|
||
|
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
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
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.72 | ||
0.1.73 |
Oops, something went wrong.