Update __init__.py

This commit is contained in:
William Falcon 2020-06-28 22:08:51 -04:00 committed by GitHub
parent 25ee51bc57
commit 8f07b77fc0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
"""Root package info.""" """Root package info."""
__version__ = '0.8.2-dev' __version__ = '0.8.2'
__author__ = 'William Falcon et al.' __author__ = 'William Falcon et al.'
__author_email__ = 'waf2107@columbia.edu' __author_email__ = 'waf2107@columbia.edu'
__license__ = 'Apache-2.0' __license__ = 'Apache-2.0'