increment version to match release tag

This commit is contained in:
mvanlonden 2019-05-31 14:38:34 -07:00
parent b0cba398a1
commit ddf8d24bf5

View File

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