From b0c2325a3eddf2a66906f9a793a6a60302861321 Mon Sep 17 00:00:00 2001 From: Olivier Bilodeau Date: Fri, 23 Dec 2022 11:16:12 -0500 Subject: [PATCH] Prepare v1.2.0 release --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 186c7821a..a642fb022 100644 --- a/setup.py +++ b/setup.py @@ -12,7 +12,7 @@ from distutils.core import Extension, setup setup(name='pyrdp', - version='1.1.1.dev0', + version='1.2.0', description='Remote Desktop Protocol Monster-in-the-Middle tool and Python library', long_description="""Remote Desktop Protocol Monster-in-the-Middle tool and Python library""", author='Émilio Gonzalez, Francis Labelle, Olivier Bilodeau, Alexandre Beaulieu',