fix setup
This commit is contained in:
parent
7b9bd44ae5
commit
b199ddc8ac
2
setup.py
2
setup.py
@ -1,7 +1,7 @@
|
|||||||
from setuptools import setup, find_packages
|
from setuptools import setup, find_packages
|
||||||
import pathlib
|
import pathlib
|
||||||
|
|
||||||
VERSION = '2.0.2'
|
VERSION = '2.0.3'
|
||||||
DESCRIPTION = 'Conn is a SSH/Telnet connection manager and automation module'
|
DESCRIPTION = 'Conn is a SSH/Telnet connection manager and automation module'
|
||||||
|
|
||||||
here = pathlib.Path(__file__).parent.resolve()
|
here = pathlib.Path(__file__).parent.resolve()
|
||||||
|
Loading…
Reference in New Issue
Block a user