Skip to content

Commit 9c823e0

Browse files
committed
refactor: bump stubs version to show breaking change
1 parent 736bb73 commit 9c823e0

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

src/puyapy/parse.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939

4040
# this should contain the lowest version number that this compiler does NOT support
4141
# i.e. the next minor version after what is defined in stubs/pyproject.toml:project.version
42-
MAX_SUPPORTED_ALGOPY_VERSION_EX = version.parse("3.5.0")
42+
MAX_SUPPORTED_ALGOPY_VERSION_EX = version.parse("4.1.0")
4343
MIN_SUPPORTED_ALGOPY_VERSION = version.parse(f"{MAX_SUPPORTED_ALGOPY_VERSION_EX.major}.0.0")
4444

4545

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.4.0"
7+
version = "4.0.0"
88
description = "API for writing Algorand Python Smart contracts"
99
authors = [{ name = "Algorand Foundation", email = "contact@algorand.foundation" }]
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)