Skip to content

Commit 56ebeb0

Browse files
committed
Patch version bump
...to mark greater compatibility
1 parent f437171 commit 56ebeb0

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

pyproject.toml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
[tool.poetry]
22
name = "graphene_pydantic"
3-
version = "0.2.0"
3+
version = "0.2.1"
44
description = "Graphene Pydantic integration"
55
readme = "README.md"
6-
repository = "https://github.com/upsidetravel/graphene-pydantic"
6+
repository = "https://github.com/graphql-python/graphene-pydantic"
77
authors = [
88
"Rami Chowdhury <[email protected]>"
99
]
@@ -16,6 +16,7 @@ classifiers = [
1616
"Programming Language :: Python :: 3.7",
1717
"Programming Language :: Python :: 3.8",
1818
"Programming Language :: Python :: 3.9",
19+
"Programming Language :: Python :: 3.10",
1920
"Programming Language :: Python :: Implementation :: PyPy",
2021
]
2122
keywords = ["api", "graphql", "protocol", "rest", "relay", "graphene", "pydantic", "model"]

0 commit comments

Comments
 (0)