We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bdcdd5c commit 3d061c2Copy full SHA for 3d061c2
2 files changed
CHANGELOG.md
@@ -1,6 +1,6 @@
1
# Unreleased
2
3
-# 0.20.0
+# 0.20.1
4
5
## Added
6
* adding program page related ops ([#412](https://github.com/algorand/pyteal/pull/412))
setup.py
@@ -7,7 +7,7 @@
7
8
setuptools.setup(
9
name="pyteal",
10
- version="0.19.0",
+ version="0.20.1",
11
author="Algorand",
12
author_email="pypiservice@algorand.com",
13
description="Algorand Smart Contracts in Python",
0 commit comments