Skip to content

Commit a7ebbd9

Browse files
chore: bump version (patch)
1 parent 6079531 commit a7ebbd9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

graphene_mongo/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
from .types import MongoengineInputType, MongoengineInterfaceType, MongoengineObjectType
44
from .types_async import AsyncMongoengineObjectType
55

6-
__version__ = "0.4.2"
6+
__version__ = "0.4.3"
77

88
__all__ = [
99
"__version__",

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[tool.poetry]
22
name = "graphene-mongo"
33
packages = [{ include = "graphene_mongo" }]
4-
version = "0.4.2"
4+
version = "0.4.3"
55
description = "Graphene Mongoengine integration"
66
authors = [
77
"Abaw Chen <[email protected]>",

0 commit comments

Comments
 (0)