Skip to content

Commit ae850bb

Browse files
committed
Fix version
1 parent 81d4b3a commit ae850bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

netbox_script_manager/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ class NetboxScriptManagerConfig(PluginConfig):
1212
name = "netbox_script_manager"
1313
verbose_name = "Script Manager"
1414
description = "Improved custom script support for netbox"
15-
version = "0.1"
15+
version = "0.2.1"
1616
base_url = "script-manager"
1717
default_settings = {
1818
"DEFAULT_QUEUE": "default",

0 commit comments

Comments
 (0)