From 670e637644630534883b4c2e6837ab34c56546b6 Mon Sep 17 00:00:00 2001 From: Jason Paulos Date: Tue, 6 Jun 2023 13:18:01 -0700 Subject: [PATCH] Bump version and changelog (#708) --- CHANGELOG.md | 8 ++++++-- setup.py | 2 +- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e42d35dcd..1eeaf4a58 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,12 +2,16 @@ ## Added -* Support for compiling AVM v9 programs. ([#707](https://github.com/algorand/pyteal/pull/707)) - ## Fixed ## Changed +# v0.25.0 + +## Added + +* Support for compiling AVM v9 programs. ([#707](https://github.com/algorand/pyteal/pull/707)) + # v0.24.1 ## Fixed diff --git a/setup.py b/setup.py index 3ff516763..4167deeb4 100644 --- a/setup.py +++ b/setup.py @@ -7,7 +7,7 @@ setuptools.setup( name="pyteal", - version="0.24.1", + version="0.25.0", author="Algorand", author_email="pypiservice@algorand.com", description="Algorand Smart Contracts in Python",