diff --git a/setup.py b/setup.py index 64bb982..9357581 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.11.6", + version="0.11.7", description="A python3 library to communicate with Mill", long_description="A python3 library to communicate with Mill", python_requires=">=3.10",