Skip to content

Commit

Permalink
Release version 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tsaarni committed Oct 26, 2024
1 parent 0d907c0 commit 334f2d7
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.1.4"
__version__ = "0.2.0"

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

0 comments on commit 334f2d7

Please sign in to comment.