Skip to content

Commit 51d4b5a

Browse files
abnfinswimmer
authored andcommitted
Bump poetry-core to 1.0.0
1 parent 4981760 commit 51d4b5a

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

Diff for: poetry.lock

+4-4
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: pyproject.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ classifiers = [
2424
[tool.poetry.dependencies]
2525
python = "~2.7 || ^3.5"
2626

27-
poetry-core = "^1.0.0rc3"
27+
poetry-core = "^1.0.0"
2828
cleo = "^0.8.1"
2929
clikit = "^0.6.2"
3030
crashtest = { version = "^0.3.0", python = "^3.6" }
@@ -77,7 +77,7 @@ poetry = "poetry.console:main"
7777

7878

7979
[build-system]
80-
requires = ["poetry-core>=1.0.0a3"]
80+
requires = ["poetry-core>=1.0.0"]
8181
build-backend = "poetry.core.masonry.api"
8282

8383

0 commit comments

Comments
 (0)