Skip to content

Commit 16bb20b

Browse files
authored
v0.2.3 (#278)
1 parent b87ceec commit 16bb20b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ classifiers = [
1717
"Programming Language :: Python :: Implementation :: CPython",
1818
"Programming Language :: Python :: Implementation :: PyPy",
1919
]
20-
version = "0.2.2"
20+
version = "0.2.3"
2121

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

0 commit comments

Comments
 (0)