Skip to content

Commit d0723a0

Browse files
authored
bump to 0.3.1 (#208)
1 parent a2e19ef commit d0723a0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

netbox_custom_objects/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ class CustomObjectsPluginConfig(PluginConfig):
4545
name = "netbox_custom_objects"
4646
verbose_name = "Custom Objects"
4747
description = "A plugin to manage custom objects in NetBox"
48-
version = "0.3.0"
48+
version = "0.3.1"
4949
base_url = "custom-objects"
5050
min_version = "4.4.0"
5151
default_settings = {}

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "netboxlabs-netbox-custom-objects"
3-
version = "0.3.0"
3+
version = "0.3.1"
44
description = "A plugin to manage custom objects in NetBox"
55
readme = "README.md"
66
requires-python = ">=3.10"

0 commit comments

Comments
 (0)