Skip to content

Commit

Permalink
Bump version to 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pv2b committed May 24, 2024
1 parent bd35696 commit b39507d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion netbox_plugin_mclag/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ class NetBoxMcLagConfig(PluginConfig):
name = "netbox_plugin_mclag"
verbose_name = "Multi-Chassis LAG"
description = "Manage Multi-Chassis Link Aggregation Groups in Netbox (MC-LAG / MLAG / vPC / etc)"
version = "0.1.1"
version = "0.2.0"
base_url = "mclag"


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-plugin-mclag',
version='0.1.1',
version='0.2.0',
description='Manage Multi-Chassis Link Aggregation Groups in Netbox (MC-LAG / MLAG / vPC / etc)',
install_requires=[],
packages=find_packages(),
Expand Down

0 comments on commit b39507d

Please sign in to comment.