Skip to content

Commit

Permalink
Bump version and changelog (#708)
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonpaulos committed Jun 6, 2023
1 parent a36c7ff commit 670e637
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
8 changes: 6 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 670e637

Please sign in to comment.