Skip to content

Commit

Permalink
v0.2.3 (#278)
Browse files Browse the repository at this point in the history
  • Loading branch information
LegrandNico authored Jan 29, 2025
1 parent b87ceec commit 16bb20b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ classifiers = [
"Programming Language :: Python :: Implementation :: CPython",
"Programming Language :: Python :: Implementation :: PyPy",
]
version = "0.2.2"
version = "0.2.3"

[tool.poetry-dynamic-versioning]
# Enable dynamic versioning
Expand Down Expand Up @@ -66,4 +66,4 @@ build-backend = "maturin"
[tool.maturin]
# "extension-module" tells pyo3 we want to build an extension module (skips linking against libpython.so)
features = ["pyo3/extension-module"]
requires-python = ">=3.9,<3.13"
requires-python = ">=3.9,<3.13"

0 comments on commit 16bb20b

Please sign in to comment.