Skip to content

Commit 6c14c90

Browse files
committed
v1.0.1
1 parent c78111a commit 6c14c90

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

nextbox_ui_plugin/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ class NextBoxUIConfig(PluginConfig):
1111
name = 'nextbox_ui_plugin'
1212
verbose_name = 'NextBox UI'
1313
description = 'Next-Gen topology visualization plugin for Netbox powered by topoSphere SDK.'
14-
version = '1.0.0'
14+
version = '1.0.1'
1515
author = 'Igor Korotchenkov'
1616
author_email = 'iDebugAll@gmail.com'
1717
base_url = 'nextbox-ui'

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@
77

88
setup(
99
name='nextbox_ui_plugin',
10-
version='1.0.0',
10+
version='1.0.1',
1111
url='https://github.com/iDebugAll/nextbox-ui-plugin',
12-
download_url='https://github.com/iDebugAll/nextbox-ui-plugin/archive/v1.0.0.tar.gz',
12+
download_url='https://github.com/iDebugAll/nextbox-ui-plugin/archive/v1.0.1.tar.gz',
1313
description='Next-Gen topology visualization plugin for Netbox powered by topoSphere SDK.',
1414
long_description=long_description,
1515
long_description_content_type='text/markdown',

0 commit comments

Comments
 (0)