Skip to content

Commit

Permalink
Resolve All-Seeing Eye Protocol issue
Browse files Browse the repository at this point in the history
  • Loading branch information
BattlefieldDuck committed Feb 6, 2024
1 parent 82bcf9d commit f7e90b9
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 2 deletions.
14 changes: 14 additions & 0 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,20 @@
Welcome to OpenGSQ Python's documentation!
==========================================

.. image:: https://github.com/opengsq/opengsq-python/actions/workflows/python-package.yml/badge.svg
:target: https://github.com/opengsq/opengsq-python/actions/workflows/python-package.yml
.. image:: https://img.shields.io/github/license/opengsq/opengsq-python
:target: https://github.com/opengsq/opengsq-python/blob/main/LICENSE
.. image:: https://img.shields.io/pypi/v/opengsq.svg
:target: https://pypi.org/project/opengsq/
.. image:: https://img.shields.io/pypi/pyversions/opengsq.svg
:target: https://pypi.org/project/opengsq/
.. image:: https://pepy.tech/badge/opengsq
:target: https://pepy.tech/project/opengsq

The OpenGSQ Python library provides a convenient way to query servers
from applications written in the Python language.

.. toctree::
:maxdepth: 4
:caption: Get Started
Expand Down
2 changes: 1 addition & 1 deletion opengsq/protocols/ase.py
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ def __parse_players(self, br: BinaryReader) -> list[Player]:

players.append(Player(**player))

return player
return players


if __name__ == "__main__":
Expand Down
2 changes: 1 addition & 1 deletion opengsq/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '3.0.5'
__version__ = '3.0.6'
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@
project_urls={
'Bug Tracker': 'https://github.com/opengsq/opengsq-python/issues',
'Source Code': 'https://github.com/opengsq/opengsq-python',
'Documentation': 'https://python.opengsq.com/',
},
license='MIT',
author='OpenGSQ',
Expand Down

0 comments on commit f7e90b9

Please sign in to comment.