From d6ddfc5efcf1f9d32795543fbca8b5cc5206d363 Mon Sep 17 00:00:00 2001 From: Debug All Date: Thu, 4 Jun 2020 23:06:06 +0300 Subject: [PATCH] v0.4.2 --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index cabda77..152e56c 100644 --- a/setup.py +++ b/setup.py @@ -7,9 +7,9 @@ setup( name='nextbox_ui_plugin', - version='0.4.1', + version='0.4.2', url='https://github.com/iDebugAll/nextbox-ui-plugin', - download_url='https://github.com/iDebugAll/nextbox-ui-plugin/archive/v0.4.1.tar.gz', + download_url='https://github.com/iDebugAll/nextbox-ui-plugin/archive/v0.4.2.tar.gz', description='A topology visualization plugin for Netbox powered by NextUI Toolkit.', long_description=long_description, long_description_content_type='text/markdown',