From bf86ec0f7cd8d3b38cdf743c9851434f16362f7c Mon Sep 17 00:00:00 2001 From: Alex Ptak Date: Wed, 22 May 2024 02:36:31 -0400 Subject: [PATCH] Adding missing version change in setup.py. --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 8266d6d..573549f 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ setup( name='netbox-nas', - version='1.0.1', + version='1.0.2', description='Add NAS entities to NetBox', long_description_content_type='text/markdown', long_description=open('README.md', 'r').read(),