diff --git a/setup.py b/setup.py index 55911af..149d3fc 100644 --- a/setup.py +++ b/setup.py @@ -1,7 +1,7 @@ from setuptools import setup, find_packages import pathlib -VERSION = '2.0.5' +VERSION = '2.0.6' DESCRIPTION = 'Conn is a SSH/Telnet connection manager and automation module' here = pathlib.Path(__file__).parent.resolve()