Skip to content

Commit

Permalink
version->0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
viroge committed Feb 9, 2023
1 parent eca527d commit 8c78c28
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion netbox_storage/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ class NetBoxStorageConfig(PluginConfig):
name = 'netbox_storage'
verbose_name = ' NetBox Storage'
description = 'Netbox Storage Administration Plugin'
version = '0.2'
version = '0.3'
base_url = 'storage'


Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

setup(
name='netbox-storage',
version='0.2',
version='0.3',
description='NetBox storage plugin',
install_requires=[],
packages=find_packages(),
Expand Down

0 comments on commit 8c78c28

Please sign in to comment.