From 1d2137c0f98476a6cf5f6e2476b699f9f1353703 Mon Sep 17 00:00:00 2001 From: Mohit Gupta Date: Mon, 27 Apr 2026 12:49:10 +0100 Subject: [PATCH] bumps to 1.0.1 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 286ae59..eda3de5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "encap-attack" -version = "1.0.0" +version = "1.0.1" license = {file = "LICENSE"} description = "Network sniffing and attacks using IP-in-IP and VXLAN" requires-python = ">= 3.7"