From ed08171fa8403853e9792f4a519c924f8e6dd08f Mon Sep 17 00:00:00 2001 From: alemidev Date: Fri, 10 Dec 2021 02:59:44 +0100 Subject: [PATCH] bump version --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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',