Skip to content

Commit

Permalink
Relax poetry-core requirement
Browse files Browse the repository at this point in the history
  • Loading branch information
Secrus authored and neersighted committed Nov 22, 2022
1 parent 108f821 commit a625154
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "cleo"
version = "2.0.0"
version = "2.0.1"
description = "Cleo allows you to create beautiful and testable command-line interfaces."
authors = [
"Sébastien Eustace <sebastien@eustace.io>"
Expand Down Expand Up @@ -81,5 +81,5 @@ exclude_lines = [
]

[build-system]
requires = ["poetry-core~=1.1.0"]
requires = ["poetry-core>=1.1.0"]
build-backend = "poetry.core.masonry.api"

0 comments on commit a625154

Please sign in to comment.