This commit is contained in:
Jonathan Kim 2020-04-12 20:01:56 +01:00 committed by GitHub
parent 481d3ff35d
commit e1cfc0a80b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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