Revert "v0.60.1"

This reverts commit 7f03b13579.
This commit is contained in:
Jack Robison 2020-02-21 15:05:33 -05:00
parent 6d7e9092f8
commit 5c613934ca
No known key found for this signature in database
GPG key ID: DF25C68FE0239BB2

View file

@ -1,2 +1,2 @@
__version__ = "0.60.1"
__version__ = "0.60.0"
version = tuple(map(int, __version__.split('.'))) # pylint: disable=invalid-name