From a6438da177af050fc7eea5e1139f30681d8c1343 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Randy=20D=C3=B6ring?= <30527984+radoering@users.noreply.github.com> Date: Sun, 17 Apr 2022 14:24:35 +0200 Subject: [PATCH] Bumping version from 1.1.0-alpha.7 to 1.1.0-alpha.8.dev0 This is done to allow safe renaming of the implicit dependency group "default" to "main". --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index d606cd6ff..107f682d3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "poetry-core" -version = "1.1.0-alpha.7" +version = "1.1.0-alpha.8.dev0" description = "Poetry PEP 517 Build Backend" authors = ["Sébastien Eustace "]