update node on nodes

This commit is contained in:
fluzzi 2022-03-31 13:45:05 -03:00
parent 2b9e754ff5
commit cba3f8d2d9

View File

@ -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()