Skip to content

Commit 7fb0c64

Browse files
fix release lockfile for post3
1 parent 2787532 commit 7fb0c64

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
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.9.post2"
20+
version = "0.0.9.post3"
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.9.post2"
3+
version = "0.0.9.post3"
44
description = "Netbox Plugin - Integrate Proxmox and Netbox"
55
readme = "README.md"
66
authors = [

uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)