Skip to content

Commit e65d22c

Browse files
author
Guido Rainuzzo
committed
bump version to 0.6.0
1 parent ef53f43 commit e65d22c

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.2"
3+
version = "0.6.0"
44
description = "Generate GraphQL Schemas from your SQLAlchemy models"
55
license = "MIT"
66
authors = ["Guido Rainuzzo <[email protected]>"]
@@ -48,6 +48,7 @@ sqlalchemy-stubs = ">=0.3"
4848

4949

5050

51+
5152
[tool.black]
5253
target-version = ['py36', 'py37', 'py38']
5354
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.2"
3+
__version__ = "0.6.0"
44

55
___all__ = [
66
__version__,

0 commit comments

Comments
 (0)