Skip to content

Commit

Permalink
chore: bump version (patch)
Browse files Browse the repository at this point in the history
  • Loading branch information
WeepingClown13 authored Mar 8, 2024
1 parent 6079531 commit a7ebbd9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion graphene_mongo/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
from .types import MongoengineInputType, MongoengineInterfaceType, MongoengineObjectType
from .types_async import AsyncMongoengineObjectType

__version__ = "0.4.2"
__version__ = "0.4.3"

__all__ = [
"__version__",
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[tool.poetry]
name = "graphene-mongo"
packages = [{ include = "graphene_mongo" }]
version = "0.4.2"
version = "0.4.3"
description = "Graphene Mongoengine integration"
authors = [
"Abaw Chen <abaw.chen@gmail.com>",
Expand Down

0 comments on commit a7ebbd9

Please sign in to comment.