From 5a26c9d6fdb7cbeb511472f03263b6faed0488e2 Mon Sep 17 00:00:00 2001 From: severinsimmler Date: Wed, 15 Jun 2022 16:53:59 +0200 Subject: [PATCH] chore: bump version --- pyproject.toml | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index dd84352..d374343 100755 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "chaine" -version = "2.0.0b1" +version = "2.0.0b2" description = "Linear-chain conditional random fields for natural language processing" authors = ["Severin Simmler "] readme = "README.md" @@ -33,13 +33,6 @@ exclude = "__init__.py" build = "cp39-* cp310-*" test-requires = "pytest" test-command = "pytest {project}/tests" -manylinux-x86_64-image = "manylinux2014" -manylinux-i686-image = "manylinux2014" - -[[tool.cibuildwheel.overrides]] -select = "cp3?-*" -manylinux-x86_64-image = "manylinux2010" -manylinux-i686-image = "manylinux2010" [build-system] requires = ["poetry-core>=1.0.0", "setuptools"]