Skip to content

Commit

Permalink
Remove orphan BYTES sort (#302)
Browse files Browse the repository at this point in the history
* Remove orphan BYTES sort

* Set Version: 0.1.92

---------

Co-authored-by: devops <[email protected]>
  • Loading branch information
Baltoli and devops authored Jul 9, 2024
1 parent 85764c0 commit eb4e1b2
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion kmultiversx/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 = "kmultiversx"
version = "0.1.91"
version = "0.1.92"
description = "Python tools for Elrond semantics"
authors = [
"Runtime Verification, Inc. <[email protected]>",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ module BYTES-TYPE
imports BYTES

syntax WrappedBytes
syntax BYTES

syntax WrappedBytes ::= wrap(Bytes) [symbol(wrapBytes)]
syntax Bytes ::= unwrap(WrappedBytes) [function, total, injective, symbol(unwrapBytes)]
Expand Down
2 changes: 1 addition & 1 deletion package/version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.1.91
0.1.92

0 comments on commit eb4e1b2

Please sign in to comment.