diff --git a/setup.py b/setup.py index 6e61563..69a0f14 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.0', + version='0.2.1', description='A python3 library to communicate with Mill', long_description=long_description, python_requires='>=3.5.3',