diff --git a/README.md b/README.md index 1005156..1cc81da 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,9 @@ -# Conn +

+ App Logo +

+ + +# Connpy [![](https://img.shields.io/pypi/v/connpy.svg?style=flat-square)](https://pypi.org/pypi/connpy/) [![](https://img.shields.io/pypi/pyversions/connpy.svg?style=flat-square)](https://pypi.org/pypi/connpy/) [![](https://img.shields.io/pypi/l/connpy.svg?style=flat-square)](https://github.com/fluzzi/connpy/blob/main/LICENSE) diff --git a/connpy/_version.py b/connpy/_version.py index 3921c82..b3f12e1 100644 --- a/connpy/_version.py +++ b/connpy/_version.py @@ -1,2 +1,2 @@ -__version__ = "4.0.0" +__version__ = "4.0.1" diff --git a/setup.cfg b/setup.cfg index 53722a6..8db1326 100644 --- a/setup.cfg +++ b/setup.cfg @@ -8,7 +8,7 @@ keywords = networking, automation, ssh, telnet, connection manager author = Federico Luzzi author_email = fluzzi@gmail.com url = https://github.com/fluzzi/connpy -license = MIT License +license = Custom Software License license_files = LICENSE project_urls = Bug Tracker = https://github.com/fluzzi/connpy/issues