Skip to content

Commit 08432ca

Browse files
committed
Merge branch 'main' of https://github.com/infrasonar/proxmoxnode-probe into main
2 parents a5194c5 + 5b25385 commit 08432ca

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

lib/check/node.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import aiohttp
22
from libprobe.asset import Asset
33
from libprobe.exceptions import CheckException
4-
from ..utils import to_bool, to_int, to_float, to_list_str, to_percent_used
4+
from ..utils import to_bool, to_int, to_float, to_percent_used
55

66

77
DEFAULT_PORT = 8006

lib/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# Version string. Examples:
22
# '3.0.0'
33
# '3.0.0-alpha9'
4-
__version__ = '3.0.0-alpha0'
4+
__version__ = '3.0.0-alpha1'

0 commit comments

Comments
 (0)