Skip to content

Commit 20bfb08

Browse files
dsullypatrick91
andauthored
Fix typo which is causing install failures. Bump patch version. (#52)
* Fix typo which is causing install failures. Bump patch version. * Update pyproject.toml --------- Co-authored-by: Patrick Arminio <[email protected]>
1 parent 070ec9a commit 20bfb08

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

RELEASE.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
Release type: patch
2+
3+
Fix typo in pyproject.toml for poetry build.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ include = ["src/strawberry_sqlalchemy_mapper/py.typed"]
3030
"Sponsor on Open Collective" = "https://opencollective.com/strawberry-graphql"
3131

3232
[build-system]
33-
requres = ["poetry>=0.12"]
33+
requires = ["poetry>=0.12"]
3434
build-backend = "poetry.masonry.api"
3535

3636
[tool.setuptools_scm]

0 commit comments

Comments
 (0)