Skip to content

Commit

Permalink
change version
Browse files Browse the repository at this point in the history
  • Loading branch information
alsigna committed Apr 17, 2021
1 parent d71b205 commit c793984
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

setup(
name="netbox-plugin-software-manager",
version="0.0.2",
version="0.0.3",
description="Software Manager for Cisco IOS/IOS-XE devices",
long_description=long_description,
long_description_content_type="text/markdown",
Expand Down
2 changes: 1 addition & 1 deletion software_manager/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ class SoftwareManager(PluginConfig):
name = "software_manager"
verbose_name = "Software Manager"
description = "Software Manager for Cisco IOS/IOS-XE devices"
version = "0.0.2"
version = "0.0.3"
author = "Alexander Ignatov"
author_email = "[email protected]"
required_settings = []
Expand Down

0 comments on commit c793984

Please sign in to comment.