From cba3f8d2d90693dc17fcf924d899083c4e07fab1 Mon Sep 17 00:00:00 2001 From: fluzzi Date: Thu, 31 Mar 2022 13:45:05 -0300 Subject: [PATCH] update node on nodes --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 8c33a8c..1d46322 100644 --- a/setup.py +++ b/setup.py @@ -1,7 +1,7 @@ from setuptools import setup, find_packages import pathlib -VERSION = '2.0.7' +VERSION = '2.0.8' DESCRIPTION = 'Conn is a SSH/Telnet connection manager and automation module' here = pathlib.Path(__file__).parent.resolve()