From dc4f445cf8d3f34ceeba830c221790a4bb33d11e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rapha=C3=ABl=20Vinot?= Date: Mon, 26 Oct 2020 11:26:31 +0100 Subject: [PATCH] chg: Bump version --- pyproject.toml | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 0fbff80..8d7818b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "pytaxonomies" -version = "1.1" +version = "1.2" description = "Python API for the taxonomies." authors = ["Raphaƫl Vinot "] license = "BSD-3-Clause" @@ -46,7 +46,5 @@ mypy = "^0.761" pytaxonomies = 'pytaxonomies.script:main' [build-system] -requires = ["poetry>=0.12"] -build-backend = "poetry.masonry.api" - - +requires = ["poetry_core>=1.0", "setuptools"] +build-backend = "poetry.core.masonry.api"