From c44004bcbc47b0d9ada63c7f0320dda60010ecb5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Hjelseth=20H=C3=B8yer?= Date: Tue, 12 Nov 2024 17:41:42 +0100 Subject: [PATCH] 0.12.1 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 7df15af..a9a32a9 100644 --- a/setup.py +++ b/setup.py @@ -4,7 +4,7 @@ name="millheater", packages=["mill"], install_requires=["aiohttp>=3.7.4,<4", "async_timeout>=3.0.0"], - version="0.12.0", + version="0.12.1", description="A python3 library to communicate with Mill", long_description="A python3 library to communicate with Mill", python_requires=">=3.10",