Skip to content

Commit a625154

Browse files
Secrusneersighted
authored andcommitted
Relax poetry-core requirement
1 parent 108f821 commit a625154

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "cleo"
3-
version = "2.0.0"
3+
version = "2.0.1"
44
description = "Cleo allows you to create beautiful and testable command-line interfaces."
55
authors = [
66
"Sébastien Eustace <[email protected]>"
@@ -81,5 +81,5 @@ exclude_lines = [
8181
]
8282

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

0 commit comments

Comments
 (0)