Skip to content

Commit 86f3ed6

Browse files
authored
update version number (#63)
1 parent 5742679 commit 86f3ed6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

netbox_custom_objects/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ class CustomObjectsPluginConfig(PluginConfig):
66
name = "netbox_custom_objects"
77
verbose_name = "Custom Objects"
88
description = "A plugin to manage custom objects in NetBox"
9-
version = "0.1"
9+
version = "0.1.0"
1010
base_url = "custom-objects"
1111
min_version = "4.2.0"
1212
default_settings = {}

0 commit comments

Comments
 (0)