From 8b1f1d150597ec0191a263f199f99a9f94073ece Mon Sep 17 00:00:00 2001 From: Olivier Bilodeau Date: Tue, 23 Jan 2024 14:52:42 -0500 Subject: [PATCH] Prepare 2.1.0 release --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index c519c3e0..ad470886 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,7 +7,7 @@ build-backend = "setuptools.build_meta" name = "pyrdp-mitm" description = "Remote Desktop Protocol (RDP) Monster-in-the-Middle tool and Python library" readme = "README.md" -version = "2.0.1.dev0" +version = "2.1.0" requires-python = ">=3.7" authors = [ { name = "Olivier Bilodeau", email = "obilodeau@gosecure.net" },