From 528cc0d9ba6037469f19cc41c9ad30d99d939e4f Mon Sep 17 00:00:00 2001 From: tek Date: Sat, 30 Nov 2024 02:26:54 +0100 Subject: [PATCH] Bumps version --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index b785ba7..826ca81 100644 --- a/setup.py +++ b/setup.py @@ -10,7 +10,7 @@ setup( name="pycrtsh", - version="0.3.11", + version="0.3.12", description="Python library to request crt.sh certificate information", long_description=long_description, long_description_content_type="text/markdown",