From b8eb5e9af9143b22b7f651942b393e369ed4c52a Mon Sep 17 00:00:00 2001 From: Cory Benfield Date: Fri, 9 Sep 2022 08:22:43 +0100 Subject: [PATCH] 2022.06.15.1 --- certifi/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"