v0.6.1
Added
- An application deployment example,
vote_deploy.py
.
Fixed
- Internal modules no longer pollute the global namespace when importing with
from pyteal import *
(#29). - Fixed several documentation typos.
Changed
- Moved signature and application mode examples into separate folders.