From b199ddc8ac3f7c7856b4dccd12d49881b2b78aee Mon Sep 17 00:00:00 2001 From: fluzzi Date: Mon, 28 Mar 2022 16:27:18 -0300 Subject: [PATCH] fix setup --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 6bd5285..28ebae8 100644 --- a/setup.py +++ b/setup.py @@ -1,7 +1,7 @@ from setuptools import setup, find_packages import pathlib -VERSION = '2.0.2' +VERSION = '2.0.3' DESCRIPTION = 'Conn is a SSH/Telnet connection manager and automation module' here = pathlib.Path(__file__).parent.resolve()