Skip to content

Commit 03f5c75

Browse files
committed
Bump 4.1.2 and fix source URI
1 parent d705a73 commit 03f5c75

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# fix-plugin-vsphere
2-
VMWare VSphere Collector Plugin for Fix (Alpha)
2+
VMWare vSphere Collector Plugin for Fix (Alpha)
33

44
## License
55
See [LICENSE](../../LICENSE) for details.

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[project]
22
name = "fixinventory-plugin-vsphere"
3-
description = "Fix VSphere Collector Plugin"
4-
version = "4.1.1"
3+
description = "Fix vSphere Collector Plugin"
4+
version = "4.1.2"
55
authors = [{name="Some Engineering Inc."}]
66
license = {file="LICENSE"}
77
requires-python = ">=3.12"
@@ -54,7 +54,7 @@ vsphere = "fix_plugin_vsphere:VSphereCollectorPlugin"
5454

5555
[project.urls]
5656
Documentation = "https://inventory.fix.security"
57-
Source = "https://github.com/someengineering/fix/tree/main/plugins/vsphere"
57+
Source = "https://github.com/someengineering/fixinventory-plugin-vsphere"
5858

5959
[build-system]
6060
requires = ["setuptools>=67.8.0", "wheel>=0.40.0", "build>=0.10.0"]

0 commit comments

Comments
 (0)