2 changed files with 4 additions and 3 deletions
@ -7,7 +7,7 @@ with open("README.md", "r") as readme: |
|||
|
|||
setuptools.setup( |
|||
name="python-a2s", |
|||
version="1.1.1", |
|||
version="1.1.2", |
|||
author="Gabriel Huber", |
|||
author_email="[email protected]", |
|||
description="Query Source and GoldSource servers for name, map, players and more.", |
|||
@ -23,5 +23,5 @@ setuptools.setup( |
|||
"Operating System :: OS Independent", |
|||
"Topic :: Games/Entertainment" |
|||
], |
|||
python_requires=">=3.5" |
|||
python_requires=">=3.6" |
|||
) |
|||
|
Loading…
Reference in new issue