diff --git a/certifi/__init__.py b/certifi/__init__.py index bdeb06be..e3642e94 100644 --- a/certifi/__init__.py +++ b/certifi/__init__.py @@ -1,4 +1,4 @@ from .core import contents, where __all__ = ["contents", "where"] -__version__ = "2022.06.15" +__version__ = "2022.06.15.1"