From 6c14c9009861cfe50de8275c12fc93f24d095860 Mon Sep 17 00:00:00 2001 From: Igor Korotchenkov Date: Mon, 28 Oct 2024 01:38:32 +0400 Subject: [PATCH] v1.0.1 --- nextbox_ui_plugin/__init__.py | 2 +- setup.py | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/nextbox_ui_plugin/__init__.py b/nextbox_ui_plugin/__init__.py index 2ab7f15..4964fed 100644 --- a/nextbox_ui_plugin/__init__.py +++ b/nextbox_ui_plugin/__init__.py @@ -11,7 +11,7 @@ class NextBoxUIConfig(PluginConfig): name = 'nextbox_ui_plugin' verbose_name = 'NextBox UI' description = 'Next-Gen topology visualization plugin for Netbox powered by topoSphere SDK.' - version = '1.0.0' + version = '1.0.1' author = 'Igor Korotchenkov' author_email = 'iDebugAll@gmail.com' base_url = 'nextbox-ui' diff --git a/setup.py b/setup.py index 231d24b..4c1738b 100644 --- a/setup.py +++ b/setup.py @@ -7,9 +7,9 @@ setup( name='nextbox_ui_plugin', - version='1.0.0', + version='1.0.1', url='https://github.com/iDebugAll/nextbox-ui-plugin', - download_url='https://github.com/iDebugAll/nextbox-ui-plugin/archive/v1.0.0.tar.gz', + download_url='https://github.com/iDebugAll/nextbox-ui-plugin/archive/v1.0.1.tar.gz', description='Next-Gen topology visualization plugin for Netbox powered by topoSphere SDK.', long_description=long_description, long_description_content_type='text/markdown',