Skip to content

Commit

Permalink
chore: bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
severinsimmler committed Jun 15, 2022
1 parent b49b667 commit 5a26c9d
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -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 <[email protected]>"]
readme = "README.md"
Expand Down Expand Up @@ -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"]
Expand Down

0 comments on commit 5a26c9d

Please sign in to comment.