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