Skip to content

Commit

Permalink
bump: version 0.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
mak626 committed Jan 17, 2024
1 parent fc0f03b commit ea00ee2
Show file tree
Hide file tree
Showing 3 changed files with 85 additions and 85 deletions.
5 changes: 2 additions & 3 deletions graphene_mongo/__init__.py
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
from .fields import MongoengineConnectionField
from .fields_async import AsyncMongoengineConnectionField

from .types import MongoengineObjectType, MongoengineInputType, MongoengineInterfaceType
from .types import MongoengineInputType, MongoengineInterfaceType, MongoengineObjectType
from .types_async import AsyncMongoengineObjectType

__version__ = "0.1.1"
__version__ = "0.4.2"

__all__ = [
"__version__",
Expand Down
Loading

0 comments on commit ea00ee2

Please sign in to comment.