From 4692aaede3e8b3c624935217dda23b7d20bf4a69 Mon Sep 17 00:00:00 2001 From: Prince Kumar Date: Tue, 15 Oct 2024 15:31:43 +0530 Subject: [PATCH] bump version --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index e5c874a..4214d13 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ setup( name='netbox-metatype-importer', - version='0.3.2', + version='0.3.3', description='Easily import Device and Module types from GitHub repo', long_description='Import MetaTypes into NetBox', long_description_content_type="text/markdown",