File tree 2 files changed +11
-4
lines changed
2 files changed +11
-4
lines changed Original file line number Diff line number Diff line change
1
+ # 0.6.2
2
+
3
+ ## Fixed
4
+ * Corrected documentation and examples that incorrectly used the ` Txn.accounts ` array ([ #42 ] ( https://github.com/algorand/pyteal/pull/42 ) ).
5
+ * Fixed improper base32 validation and allow the use of padding ([ #34 ] ( https://github.com/algorand/pyteal/pull/34 )
6
+ and [ #37 ] ( https://github.com/algorand/pyteal/pull/37 ) ).
7
+
1
8
# 0.6.1
2
9
3
10
## Added
Original file line number Diff line number Diff line change 6
6
long_description = fh .read ()
7
7
8
8
setuptools .setup (
9
- name = "pyteal" , # Replace with your own username
10
- version = "0.6.1 " ,
11
- author = "Shumo Chu " ,
12
- author_email = "shumo.chu@gmail .com" ,
9
+ name = "pyteal" ,
10
+ version = "0.6.2 " ,
11
+ author = "Algorand " ,
12
+ author_email = "pypiservice@algorand .com" ,
13
13
description = "Algorand Smart Contracts in Python" ,
14
14
long_description = long_description ,
15
15
long_description_content_type = "text/markdown" ,
You can’t perform that action at this time.
0 commit comments