Skip to content

Commit 3d061c2

Browse files
authored
v0.20.1 (#591)
1 parent bdcdd5c commit 3d061c2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Unreleased
22

3-
# 0.20.0
3+
# 0.20.1
44

55
## Added
66
* adding program page related ops ([#412](https://github.com/algorand/pyteal/pull/412))

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.19.0",
10+
version="0.20.1",
1111
author="Algorand",
1212
author_email="[email protected]",
1313
description="Algorand Smart Contracts in Python",

0 commit comments

Comments
 (0)