Skip to content

Commit 20f71f8

Browse files
committed
build: fix algorand-python version to be 3.2.0
1 parent d6a72b6 commit 20f71f8

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

stubs/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ name = "algorand-python"
44
# When updating this value, if it is a major/minor change, make sure to update:
55
# src/puyapy/parse.py:MAX_SUPPORTED_ALGOPY_VERSION_EX
66
# For more info see stubs/README.md#versioning
7-
version = "3.2.1"
7+
version = "3.2.0"
88
description = "API for writing Algorand Python Smart contracts"
99
authors = [{ name = "Algorand Foundation", email = "[email protected]" }]
1010
readme = "README.md"

stubs/uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)