Skip to content

Commit 3cf3703

Browse files
committed
v1.0.3
1 parent 2bcb392 commit 3cf3703

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

nextbox_ui_plugin/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@
1010
class NextBoxUIConfig(PluginConfig):
1111
name = 'nextbox_ui_plugin'
1212
verbose_name = 'NextBox UI'
13-
description = 'Next-Gen topology visualization plugin for Netbox powered by topoSphere SDK.'
14-
version = '1.0.2'
13+
description = 'A Next-Gen Topology Visualization Plugin for NetBox Powered by topoSphere SDK.'
14+
version = '1.0.3'
1515
author = 'Igor Korotchenkov'
1616
author_email = 'iDebugAll@gmail.com'
1717
base_url = 'nextbox-ui'

setup.py

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

88
setup(
99
name='nextbox_ui_plugin',
10-
version='1.0.2',
10+
version='1.0.3',
1111
url='https://github.com/iDebugAll/nextbox-ui-plugin',
12-
download_url='https://github.com/iDebugAll/nextbox-ui-plugin/archive/v1.0.2.tar.gz',
13-
description='Next-Gen topology visualization plugin for Netbox powered by topoSphere SDK.',
12+
download_url='https://github.com/iDebugAll/nextbox-ui-plugin/archive/v1.0.3.tar.gz',
13+
description='A Next-Gen Topology Visualization Plugin for NetBox Powered by topoSphere SDK.',
1414
long_description=long_description,
1515
long_description_content_type='text/markdown',
1616
author='Igor Korotchenkov',

0 commit comments

Comments
 (0)