From 15de386be020c168f70f6df19fc19eba7a443dea Mon Sep 17 00:00:00 2001 From: Olivier Bilodeau Date: Fri, 23 Dec 2022 12:51:56 -0500 Subject: [PATCH] Begin development on the next release --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index a642fb022..d65a1b98e 100644 --- a/setup.py +++ b/setup.py @@ -12,7 +12,7 @@ from distutils.core import Extension, setup setup(name='pyrdp', - version='1.2.0', + version='1.2.1.dev0', 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',