1.0.3
This commit is contained in:
parent
ee61aa375b
commit
13fa18f9d6
2 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
||||||
![Python-Aternos Logo](https://i.ibb.co/60SRKcH/aternos-400.png)
|
![Python-Aternos Logo](https://i.ibb.co/60SRKcH/aternos-400.png)
|
||||||
***
|
***
|
||||||
# Python Aternos API
|
# Python Aternos
|
||||||
An unofficial Aternos API written in Python.
|
An unofficial Aternos API written in Python.
|
||||||
It uses [aternos](https://aternos.org/)' private API and html parsing.
|
It uses [aternos](https://aternos.org/)' private API and html parsing.
|
||||||
|
|
||||||
|
|
2
setup.py
2
setup.py
|
@ -5,7 +5,7 @@ with open('README.md', 'rt') as readme:
|
||||||
|
|
||||||
setuptools.setup(
|
setuptools.setup(
|
||||||
name='python-aternos',
|
name='python-aternos',
|
||||||
version='1.0.2',
|
version='1.0.3',
|
||||||
author='Chechkenev Andrey (@DarkCat09)',
|
author='Chechkenev Andrey (@DarkCat09)',
|
||||||
author_email='aacd0709@mail.ru',
|
author_email='aacd0709@mail.ru',
|
||||||
description='An unofficial Aternos API',
|
description='An unofficial Aternos API',
|
||||||
|
|
Reference in a new issue