Skip to content

Commit 3a09719

Browse files
authored
bump version to 0.4.0 (#249)
1 parent 3797933 commit 3a09719

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
@@ -48,7 +48,7 @@ class CustomObjectsPluginConfig(PluginConfig):
4848
name = "netbox_custom_objects"
4949
verbose_name = "Custom Objects"
5050
description = "A plugin to manage custom objects in NetBox"
51-
version = "0.3.1"
51+
version = "0.4.0"
5252
author = 'Netbox Labs'
5353
author_email = '[email protected]'
5454
base_url = "custom-objects"

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.1"
3+
version = "0.4.0"
44
description = "A plugin to manage custom objects in NetBox"
55
readme = "README.md"
66
requires-python = ">=3.10"

0 commit comments

Comments
 (0)