We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a36c7ff commit 670e637Copy full SHA for 670e637
CHANGELOG.md
@@ -2,12 +2,16 @@
2
3
## Added
4
5
-* Support for compiling AVM v9 programs. ([#707](https://github.com/algorand/pyteal/pull/707))
6
-
7
## Fixed
8
9
## Changed
10
+# v0.25.0
+
11
+## Added
12
13
+* Support for compiling AVM v9 programs. ([#707](https://github.com/algorand/pyteal/pull/707))
14
15
# v0.24.1
16
17
setup.py
@@ -7,7 +7,7 @@
setuptools.setup(
name="pyteal",
- version="0.24.1",
+ version="0.25.0",
author="Algorand",
author_email="[email protected]",
description="Algorand Smart Contracts in Python",
0 commit comments