From c9542156e8e2267e662db8b4476ac89f019cb7fa Mon Sep 17 00:00:00 2001 From: Jacob McGill <9847006+jmcgill298@users.noreply.github.com> Date: Wed, 25 Sep 2019 21:28:53 -0400 Subject: [PATCH] Update Version number --- 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 b69c804471..0d8c64604e 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.1.0' +__version__ = '1.2.1'