From 7e6f0e1a5be6b491b20803b29bad390c7fcd8ed9 Mon Sep 17 00:00:00 2001 From: Olivier Bilodeau Date: Thu, 14 Dec 2023 13:20:45 -0500 Subject: [PATCH] Preparing v2.0.0-rc3 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 918058070..7e4a212a7 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.0.rc2" +version = "2.0.0.rc3" requires-python = ">=3.7" authors = [ { name = "Olivier Bilodeau", email = "obilodeau@gosecure.net" },