Skip to content

Commit 6da9bf4

Browse files
author
Guido
committed
bump version to 0.5.0
1 parent 03b0400 commit 6da9bf4

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

4646

4747

48+
4849
[tool.black]
4950
target-version = ['py36', 'py37', 'py38']
5051
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.4.0"
3+
__version__ = "0.5.0"
44

55
___all__ = [
66
__version__,

0 commit comments

Comments
 (0)