This commit is contained in:
DarkCat09 2022-05-16 18:19:59 +04:00
parent ee61aa375b
commit 13fa18f9d6
2 changed files with 2 additions and 2 deletions

View file

@ -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.

View file

@ -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',