Skip to content

Commit

Permalink
Fix plugin description
Browse files Browse the repository at this point in the history
  • Loading branch information
iDebugAll committed Dec 12, 2020
1 parent 70d84a4 commit 86cb015
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions nextbox_ui_plugin/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
class NextBoxUIConfig(PluginConfig):
name = 'nextbox_ui_plugin'
verbose_name = 'NextBox UI'
description = 'Test'
version = '0.6.6'
description = 'A topology visualization plugin for Netbox powered by NextUI Toolkit.'
version = '0.6.7'
author = 'Igor Korotchenkov'
author_email = 'iDebugAll@gmail.com'
base_url = 'nextbox-ui'
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@

setup(
name='nextbox_ui_plugin',
version='0.6.6',
version='0.6.7',
url='https://github.com/iDebugAll/nextbox-ui-plugin',
download_url='https://github.com/iDebugAll/nextbox-ui-plugin/archive/v0.6.6.tar.gz',
download_url='https://github.com/iDebugAll/nextbox-ui-plugin/archive/v0.6.7.tar.gz',
description='A topology visualization plugin for Netbox powered by NextUI Toolkit.',
long_description=long_description,
long_description_content_type='text/markdown',
Expand Down

0 comments on commit 86cb015

Please sign in to comment.