File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff 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'
Original file line number Diff line number Diff line change 77
88setup (
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' ,
You can’t perform that action at this time.
0 commit comments