Skip to content

Commit 41b9d2e

Browse files
committed
bump version
1 parent d33f1fd commit 41b9d2e

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

pyproject.toml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "reticula"
3-
version = "0.12.0"
3+
version = "0.12.1"
44
description="Analyse temporal network and hypergraphs efficiently."
55
authors = [{name="Arash Badie-Modiri", email="[email protected]"}]
66
requires-python = ">=3.10"
@@ -51,12 +51,10 @@ wheel.py-api = "cp312"
5151
build-dir = "build/{wheel_tag}"
5252

5353
[tool.cibuildwheel]
54-
skip = "pp3*"
5554
build-verbosity = 3
5655

5756
[tool.cibuildwheel.linux]
5857
archs = ["x86_64"]
59-
skip = "*-musllinux_*"
6058
repair-wheel-command = "auditwheel repair -w {dest_dir} {wheel}"
6159

6260
[tool.cibuildwheel.macos]

0 commit comments

Comments
 (0)