From 27bc0c762397666dee5c880141156dc9a3589b5a Mon Sep 17 00:00:00 2001 From: Piotr Pieprzycki Date: Thu, 17 Dec 2020 22:16:09 +0100 Subject: [PATCH] Change version to 0.2.1 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 164a3b4..75987c5 100644 --- a/setup.py +++ b/setup.py @@ -11,7 +11,7 @@ __author__ = 'Piotr Pieprzycki ' setup( name="napalm-vyos", - version="0.2.0", + version="0.2.1", packages=find_packages(), author="Piotr Pieprzycki", author_email="piotr.pieprzycki@dreamlab.pl",