-
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.
Update dependency: deps/plugin (#234)
* deps/plugin: Set Version 6470420ab4c26b1d40c385f8f05b64421f58c889 * Set Version: 0.1.34 --------- Co-authored-by: devops <[email protected]>
- Loading branch information
1 parent
b518fb3
commit dbf104a
Showing
3 changed files
with
3 additions
and
3 deletions.
There are no files selected for viewing
Submodule plugin
updated
5 files
+4 −0 | .github/workflows/Dockerfile | |
+2 −0 | .github/workflows/test-pr.yml | |
+5 −0 | Makefile | |
+3 −1 | plugin/krypto.md | |
+142 −0 | tests/test.py |
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 = "kmultiversx" | ||
version = "0.1.33" | ||
version = "0.1.34" | ||
description = "Python tools for Elrond semantics" | ||
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 |
---|---|---|
@@ -1 +1 @@ | ||
0.1.33 | ||
0.1.34 |