From 6076ceb869a604eb460a19b11b8c17043f21362f Mon Sep 17 00:00:00 2001 From: Marc Sibson Date: Thu, 24 Aug 2017 21:58:46 -0400 Subject: [PATCH] bump version to 0.11.2 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 6b1065f3..9cfdc7e5 100644 --- a/setup.py +++ b/setup.py @@ -6,7 +6,7 @@ setup( name='vncdotool', - version='0.11.1', + version='0.11.2', description='Command line VNC client', install_requires=[ 'Twisted',