Skip to content

Commit

Permalink
Release version 0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
tsaarni committed Nov 3, 2024
1 parent 1945972 commit 2e3a5d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/certy/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

"""Certy is a simple X509 certificate generator for unit and integration tests."""

__version__ = "0.2.0"
__version__ = "0.2.1"

from .credential import Credential, KeyType, KeyUsage, ExtendedKeyUsage
from .certificate_revocation_list import CertificateRevocationList
Expand Down

0 comments on commit 2e3a5d5

Please sign in to comment.