-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: remove type bound on
TemplateVar
allowing it to be used with a…
…ll types.
- Loading branch information
1 parent
616b78a
commit 4226e0f
Showing
2 changed files
with
2 additions
and
2 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 |
---|---|---|
|
@@ -3,7 +3,7 @@ name = "algorand-python" | |
# this version represents the version of the stub API's and should follow semver semantics | ||
# when updating this value also update src/compile.py:MAX_SUPPORTED_ALGOPY_VERSION_EX if it is a major/minor change | ||
# also see stubs/README.md#versioning | ||
version = "1.1.0" | ||
version = "1.1.1" | ||
description = "API for writing Algorand Python Smart contracts" | ||
authors = ["Algorand Foundation <[email protected]>"] | ||
readme = "README.md" | ||
|