From e9cc09a50fc56f659f76b19cc4afe1a5a4aef947 Mon Sep 17 00:00:00 2001 From: anti Date: Sat, 20 Jun 2026 00:24:57 -0400 Subject: [PATCH] chore(release): bump version to 1.2.1 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index dab1421a..ddd2f83c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "decnet" -version = "1.2.0" +version = "1.2.1" description = "Deception network: deploy honeypot deckies that appear as real LAN hosts" readme = "README.md" authors = [{ name = "Samuel Paschuan", email = "samuel.paschuan@xmartlab.com" }]