Files
ProxLB/proxlb/utils/version.py
2025-10-30 17:46:54 +01:00

8 lines
329 B
Python

__app_name__ = "ProxLB"
__app_desc__ = "An advanced resource scheduler and load balancer for Proxmox clusters."
__author__ = "Florian Paul Azim Hoberg <gyptazy>"
__copyright__ = "Copyright (C) 2025 Florian Paul Azim Hoberg (@gyptazy)"
__license__ = "GPL-3.0"
__version__ = "1.1.9.1"
__url__ = "https://github.com/gyptazy/ProxLB"