Prepare v1.5.0rc1 (#10068)

This commit is contained in:
Kaushik B 2021-10-22 20:30:35 +05:30 committed by GitHub
parent 8482c28f6b
commit c9bc10ce84
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,7 +1,7 @@
import time
_this_year = time.strftime("%Y")
__version__ = "1.5.0rc0"
__version__ = "1.5.0rc1"
__author__ = "William Falcon et al."
__author_email__ = "waf2107@columbia.edu"
__license__ = "Apache-2.0"