Skip to content

Commit 5f684db

Browse files
author
Guido
committed
bump version to 0.4.0
1 parent 7f35e9b commit 5f684db

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

4545

4646

47+
4748
[tool.black]
4849
target-version = ['py36', 'py37', 'py38']
4950
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.3.8"
3+
__version__ = "0.4.0"
44

55
___all__ = [
66
__version__,

0 commit comments

Comments
 (0)