bump version

This commit is contained in:
Mattijs Vanhaverbeke
2022-09-16 16:14:42 +02:00
parent b4e2f2418e
commit 9ce13cd1d2
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -4,7 +4,7 @@ class TopologyViewsConfig(PluginConfig):
name = 'netbox_topology_views'
verbose_name = 'Topology views'
description = 'An plugin to render topology maps'
version = '3.0.0'
version = '3.0.1'
author = 'Mattijs Vanhaverbeke'
author_email = 'author@example.com'
base_url = 'netbox_topology_views'
+1 -1
View File
@@ -7,7 +7,7 @@ with open(path.join(top_level_directory, 'README.md'), encoding='utf-8') as file
setup(
name='netbox-topology-views',
version='3.0.0',
version='3.0.1',
description='An NetBox plugin to create Topology maps',
long_description=long_description,
long_description_content_type='text/markdown',