From cfb1d73d85eb7f56c0544263120c4c9918e646d4 Mon Sep 17 00:00:00 2001 From: wdesmedt Date: Tue, 23 Jul 2024 09:18:25 +0000 Subject: [PATCH] hotfix for srlinux node filtering in clab file --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index e767a78..6b5d5db 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "nornir-srl" -version = "0.2.18" +version = "0.2.19" description = "Nornir connection plugin for SRLinux" authors = ["Walter De Smedt "] readme = "README.md"