Update __init__.py

This commit is contained in:
Syrus Akbary 2018-06-08 11:53:00 -07:00 committed by GitHub
parent 26cfa88f3a
commit 1755948768
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -5,7 +5,7 @@ from .fields import (
DjangoConnectionField, DjangoConnectionField,
) )
__version__ = '2.1rc0' __version__ = '2.1rc1'
__all__ = [ __all__ = [
'__version__', '__version__',