diff --git a/setup.py b/setup.py index 4b22512..9ecebca 100644 --- a/setup.py +++ b/setup.py @@ -9,7 +9,7 @@ with open("requirements.txt") as f: setup( name='aiocraft', - version='0.0.5', + version='0.0.6', description='asyncio-powered headless minecraft client library', url='https://github.com/alemidev/aiocraft', author='alemi',