Skip to content

Commit 5388bcf

Browse files
authored
Merge pull request #33 from necaris/release-0.1
Bump to 0.1
2 parents e29d941 + c223ca7 commit 5388bcf

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

graphene_pydantic/registry.py

-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
from collections import defaultdict
33
from typing import Dict, Generic, Optional, Type, TypeVar, Union
44

5-
# from graphene import ObjectType as BaseObjectType
65
from pydantic import BaseModel
76
from pydantic.fields import ModelField
87

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "graphene_pydantic"
3-
version = "0.0.9"
3+
version = "0.1.0"
44
description = "Graphene Pydantic integration"
55
readme = "README.md"
66
repository = "https://github.com/upsidetravel/graphene-pydantic"

0 commit comments

Comments
 (0)