We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 80fb402 commit 429da68Copy full SHA for 429da68
1 file changed
pyproject.toml
@@ -1,6 +1,6 @@
1
[project]
2
name = "reticula"
3
-version = "0.12.1"
+version = "0.13.0"
4
description="Analyse temporal network and hypergraphs efficiently."
5
authors = [{name="Arash Badie-Modiri", email="arashbm@gmail.com"}]
6
requires-python = ">=3.10"
@@ -51,7 +51,7 @@ wheel.py-api = "cp312"
51
build-dir = "build/{wheel_tag}"
52
53
[tool.cibuildwheel]
54
-build-verbosity = 3
+build-verbosity = 2
55
56
[tool.cibuildwheel.linux]
57
archs = ["x86_64"]
0 commit comments