From d63eff53e89e9c60e5332ce568ec80bc8851a8fb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20H=C3=B8yer=20Iversen?= Date: Thu, 15 Nov 2018 17:42:44 +0100 Subject: [PATCH] 0.2.6 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 83a7603..0971271 100644 --- a/setup.py +++ b/setup.py @@ -8,7 +8,7 @@ name = 'millheater', packages = ['mill'], install_requires=['aiohttp>=3.0.6', 'async_timeout>=1.4.0'], - version='0.2.5', + version='0.2.6', description='A python3 library to communicate with Mill', long_description=long_description, python_requires='>=3.5.3',