From 4f6ef512a28a2ec90094067a9b679dc03e868563 Mon Sep 17 00:00:00 2001 From: Olivier Bilodeau Date: Tue, 5 Nov 2019 11:28:41 -0500 Subject: [PATCH] Dev version bump --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 74a847e4c..b2b6082e6 100755 --- a/setup.py +++ b/setup.py @@ -12,7 +12,7 @@ from distutils.core import Extension, setup setup(name='pyrdp', - version='0.4.1', + version='0.4.2dev', description='Remote Desktop Protocol Man-in-the-Middle and library for Python 3', long_description="""Remote Desktop Protocol Man-in-the-Middle and library for Python 3""", author='Émilio Gonzalez, Francis Labelle',