We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d43e72b commit 61f5b00Copy full SHA for 61f5b00
pyproject.toml
@@ -4,13 +4,13 @@ build-backend = "setuptools.build_meta"
4
5
[project]
6
name = "cert-dossier"
7
-version = "1.0.0"
+version = "1.0.0.post1"
8
authors = [
9
{name = "Corey Bonnell", email = "corey.bonnell@digicert.com"},
10
{name = "Michael Lettona", email = "michael.lettona@digicert.com"},
11
{name = "Alex Campbell", email = "alex.campbell@digicert.com"},
12
]
13
-description = "Certificate processing and OCSP validation tool"
+description = "Generator for certificate reports conformant with CCADB IR Guidelines"
14
readme = "README.md"
15
license = {text = "MIT"}
16
requires-python = ">=3.10"
0 commit comments