-
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.
* Add `.` to escaped character * Set Version: 0.1.60 * Escape module names * Fix quotation * Update expected files, change lemmas.k to reference escaped contract name * Set Version: 0.1.61 --------- Co-authored-by: devops <devops@runtimeverification.com> Co-authored-by: Juan C <juanconrod@protonmail.com> Co-authored-by: Noah Watson <noah@nwatson.xyz> Co-authored-by: Noah Watson <107630091+nwatson22@users.noreply.github.com>
- Loading branch information
1 parent
ca6390c
commit df313d0
Showing
7 changed files
with
391 additions
and
387 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.60 | ||
0.1.61 |
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 |
---|---|---|
|
@@ -5,4 +5,4 @@ | |
if TYPE_CHECKING: | ||
from typing import Final | ||
|
||
VERSION: Final = '0.1.60' | ||
VERSION: Final = '0.1.61' |
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
Oops, something went wrong.