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 153155b commit f03415bCopy full SHA for f03415b
pyproject.toml
@@ -7,7 +7,7 @@ packages = []
7
8
[project]
9
name = "python-bsonjs"
10
-version = "0.7.0"
+version = "0.8.0.dev0"
11
description = "A library for converting between BSON and JSON."
12
readme = "README.rst"
13
license = { file = "LICENSE" }
@@ -64,4 +64,4 @@ repair-wheel-command = [
64
repair-wheel-command = [
65
"copy {wheel} {dest_dir}",
66
"pipx run abi3audit --strict --report {wheel}",
67
-]
+]
0 commit comments