From d3641f53f7d6f30922f60f07e7aa46376572706b Mon Sep 17 00:00:00 2001 From: Mikhail Yohman Date: Wed, 22 Apr 2020 21:57:35 -0600 Subject: [PATCH] Forgot to bump version in lib/ntc_templates/__init__.py (#661) --- lib/ntc_templates/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/ntc_templates/__init__.py b/lib/ntc_templates/__init__.py index ebb8ca9f67..f9aebbff9a 100644 --- a/lib/ntc_templates/__init__.py +++ b/lib/ntc_templates/__init__.py @@ -1,3 +1,3 @@ """ntc_templates - Parse raw output from network devices and return structured data.""" -__version__ = "1.4.0" +__version__ = "1.4.1"