bump version
This commit is contained in:
parent
333ba1fdd9
commit
ed08171fa8
1 changed files with 1 additions and 1 deletions
2
setup.py
2
setup.py
|
@ -9,7 +9,7 @@ with open("requirements.txt") as f:
|
||||||
|
|
||||||
setup(
|
setup(
|
||||||
name='aiocraft',
|
name='aiocraft',
|
||||||
version='0.0.5',
|
version='0.0.6',
|
||||||
description='asyncio-powered headless minecraft client library',
|
description='asyncio-powered headless minecraft client library',
|
||||||
url='https://github.com/alemidev/aiocraft',
|
url='https://github.com/alemidev/aiocraft',
|
||||||
author='alemi',
|
author='alemi',
|
||||||
|
|
Loading…
Reference in a new issue