Skip to content

Commit 1a67e7e

Browse files
Bump netbox-proxbox version to v0.0.9
1 parent f050c6b commit 1a67e7e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

netbox_proxbox/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ class ProxboxConfig(PluginConfig):
1717
name = "netbox_proxbox"
1818
verbose_name = "Proxbox"
1919
description = "Integrates Proxmox and Netbox"
20-
version = "0.0.8"
20+
version = "0.0.9"
2121
author = "Emerson Felipe (@emersonfelipesp)"
2222
author_email = "emersonfelipe.2003@gmail.com"
2323
min_version = "4.5.0"

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "netbox-proxbox"
3-
version = "0.0.8"
3+
version = "0.0.9"
44
description = "Netbox Plugin - Integrate Proxmox and Netbox"
55
readme = "README.md"
66
authors = [

0 commit comments

Comments
 (0)