From 554a3eaf72d27e098a37a21bb1e30d7e737a3ab0 Mon Sep 17 00:00:00 2001 From: Florian Paul Azim Hoberg Date: Fri, 19 Sep 2025 10:11:54 +0200 Subject: [PATCH] release: Replace missing 1.1.7 version --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 40ff8d2..cf5fda2 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ from setuptools import setup setup( name="proxlb", - version="1.1.6.1", + version="1.1.7", description="A DRS alike loadbalancer for Proxmox clusters.", long_description="An advanced DRS alike loadbalancer for Proxmox clusters that also supports maintenance modes and affinity/anti-affinity rules.", author="Florian Paul Azim Hoberg",