From d689504eec121edbf15a991c43d51e2c8106f996 Mon Sep 17 00:00:00 2001 From: fluzzi Date: Tue, 5 Apr 2022 21:06:38 -0300 Subject: [PATCH] update version --- connpy/_version.py | 2 +- setup.cfg | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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