We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6f056af commit 36230b2Copy full SHA for 36230b2
pyproject.toml
@@ -4,7 +4,7 @@ dependencies = [
4
"cbor2",
5
"cryptography"
6
]
7
-version = "0.0.3"
+version = "0.0.4"
8
authors = [
9
{ name="Lee Campbell", email="leecam@google.com" },
10
@@ -23,4 +23,4 @@ Repository = "https://github.com/leecam/pymdoc.git"
23
Issues = "https://github.com/leecam/pymdoc/issues"
24
25
[tool.setuptools.packages.find]
26
-exclude = ["testdata"]
+exclude = ["testdata"]
0 commit comments