diff --git a/connpy/_version.py b/connpy/_version.py index a33f3fe..de5baf7 100644 --- a/connpy/_version.py +++ b/connpy/_version.py @@ -1,2 +1,2 @@ -__version__ = "2.0.3" +__version__ = "2.0.4" diff --git a/setup.cfg b/setup.cfg index 1c25717..daee861 100644 --- a/setup.cfg +++ b/setup.cfg @@ -6,7 +6,7 @@ long_description = file: README.md long_description_content_type = text/markdown keywords = networking, automation, ssh, telnet, connection manager author = Federico Luzzi -author_mail = fluzzi@gmail.com +author_email = fluzzi@gmail.com url = https://github.com/fluzzi/connpy license = MIT License license_files = LICENSE