Files
ProxLB/proxlb/utils/version.py
Florian Paul Azim Hoberg 7e5fe13dfe release: Create release 1.1.10
Fixes: #371
2025-11-24 16:54:23 +01:00

8 lines
328 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.10"
__url__ = "https://github.com/gyptazy/ProxLB"