We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ae9d161 commit 8528484Copy full SHA for 8528484
1 file changed
pyproject.toml
@@ -4,7 +4,7 @@ build-backend = "scikit_build_core.build"
4
5
[project]
6
name = "culverin"
7
-version = "0.13.0"
+version = "0.13.1"
8
description = "High-performance Jolt Physics bindings for Python featuring Shadow Buffers and Free-Threading support."
9
readme = "README.md"
10
requires-python = ">=3.12"
@@ -104,4 +104,4 @@ ignore = [
104
]
105
106
[tool.ruff.lint.isort]
107
-known-first-party = ["culverin"]
+known-first-party = ["culverin"]
0 commit comments