Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
arashbm committed Nov 8, 2024
1 parent d33f1fd commit 41b9d2e
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "reticula"
version = "0.12.0"
version = "0.12.1"
description="Analyse temporal network and hypergraphs efficiently."
authors = [{name="Arash Badie-Modiri", email="[email protected]"}]
requires-python = ">=3.10"
Expand Down Expand Up @@ -51,12 +51,10 @@ wheel.py-api = "cp312"
build-dir = "build/{wheel_tag}"

[tool.cibuildwheel]
skip = "pp3*"
build-verbosity = 3

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

[tool.cibuildwheel.macos]
Expand Down

0 comments on commit 41b9d2e

Please sign in to comment.