Updated version to 2.1rc0

This commit is contained in:
Syrus Akbary 2018-06-05 15:21:05 -07:00
parent 9812c58a86
commit 763665f2f6

View File

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