Skip to content

Commit

Permalink
Bumping to v1.0.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
wutcat committed Aug 30, 2023
1 parent 97f4eb0 commit d9dbb03
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion netbox_nas/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ class NetBoxNASConfig(PluginConfig):
name = 'netbox_nas'
verbose_name = 'NetBox NAS'
description = 'Add NAS entities to NetBox'
version = '0.1.1'
version = '1.0.1'
base_url = 'nas'
min_version = '3.4.0'

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-nas',
version='0.1.1',
version='1.0.1',
description='Add NAS entities to NetBox',
install_requires=[],
packages=find_packages(),
Expand Down

0 comments on commit d9dbb03

Please sign in to comment.