Skip to content

Commit 670e637

Browse files
authored
Bump version and changelog (#708)
1 parent a36c7ff commit 670e637

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

CHANGELOG.md

+6-2
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,16 @@
22

33
## Added
44

5-
* Support for compiling AVM v9 programs. ([#707](https://github.com/algorand/pyteal/pull/707))
6-
75
## Fixed
86

97
## Changed
108

9+
# v0.25.0
10+
11+
## Added
12+
13+
* Support for compiling AVM v9 programs. ([#707](https://github.com/algorand/pyteal/pull/707))
14+
1115
# v0.24.1
1216

1317
## Fixed

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
setuptools.setup(
99
name="pyteal",
10-
version="0.24.1",
10+
version="0.25.0",
1111
author="Algorand",
1212
author_email="[email protected]",
1313
description="Algorand Smart Contracts in Python",

0 commit comments

Comments
 (0)