From 6378354635a9dadcb4abc439c201f81125b77649 Mon Sep 17 00:00:00 2001 From: Abubakar Abid Date: Wed, 23 Oct 2024 12:18:21 -0700 Subject: [PATCH] bump version --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 2f7d806..470dd17 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "safehttpx" -version = "0.1.0" +version = "0.1.1" description = "A small Python library created to help developers protect their applications from Server Side Request Forgery (SSRF) attacks." authors = [ { name = "Abubakar Abid", email = "abubakar@hf.co" }