Merge pull request #655 from mvanlonden/increment-version

Increment version to match release tag
This commit is contained in:
Paul Hallett 2019-06-03 08:59:58 +01:00 committed by GitHub
commit 0916e03cb3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,6 +1,6 @@
from .types import DjangoObjectType from .types import DjangoObjectType
from .fields import DjangoConnectionField from .fields import DjangoConnectionField
__version__ = "2.2.0" __version__ = "2.3.0"
__all__ = ["__version__", "DjangoObjectType", "DjangoConnectionField"] __all__ = ["__version__", "DjangoObjectType", "DjangoConnectionField"]