Skip to content

Commit 01a7508

Browse files
author
Guido
committed
bump version to 0.5.2
1 parent 951041a commit 01a7508

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "graphql-sqlalchemy"
3-
version = "0.5.1"
3+
version = "0.5.2"
44
description = "Generate GraphQL Schemas from your SQLAlchemy models"
55
license = "MIT"
66
authors = ["Guido Rainuzzo <[email protected]>"]
@@ -47,6 +47,7 @@ sqlalchemy-stubs = ">=0.3"
4747

4848

4949

50+
5051
[tool.black]
5152
target-version = ['py36', 'py37', 'py38']
5253
line-length = 120

src/graphql_sqlalchemy/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
from .schema import build_schema
22

3-
__version__ = "0.5.1"
3+
__version__ = "0.5.2"
44

55
___all__ = [
66
__version__,

0 commit comments

Comments
 (0)