We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d035b71 commit c908b24Copy full SHA for c908b24
CHANGELOG.md
@@ -1,5 +1,9 @@
1
# Changelog
2
3
+## 7.0.2
4
+
5
+- Remove self-dependency in the pyproject.toml, fixing poetry installs (#130)
6
7
## 7.0.1
8
9
- Ensure csimdjson.pxd is included in the sdist (#129)
pyproject.toml
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
[project]
name = "pysimdjson"
-version = "7.0.1"
+version = "7.0.2"
description = "Add your description here"
readme = "README.md"
10
requires-python = ">=3.9"
0 commit comments