From 5308f84d1aba81e4da42144ae019d43978281141 Mon Sep 17 00:00:00 2001 From: Mircea Ulinic Date: Thu, 25 Jul 2024 09:48:19 +0100 Subject: [PATCH] Prepare release 0.1.5 Following https://github.com/napalm-automation-community/napalm-servertech-pro2/pull/11, I couldn't see any dependency on a particular netaddr version so should be fine to go ahead and release a new version. --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 8628885..5a5805c 100644 --- a/setup.py +++ b/setup.py @@ -13,7 +13,7 @@ setup( name="napalm-servertech-pro2", - version="0.1.4", + version="0.1.5", packages=find_packages(), author="Antoine Meillet", author_email="antoine.meillet@gmail.com",