Revert "v0.54.0"

This reverts commit bd3b4906d1.
This commit is contained in:
Alex Grintsvayg 2020-01-21 15:34:35 -05:00
parent 810a8e76d1
commit 80280f6f4a
No known key found for this signature in database
GPG key ID: AEB3F089F86A22B5

View file

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