mirror of
https://github.com/onyx-and-iris/q3rcon-cli.git
synced 2026-03-24 02:39:18 +00:00
bump aio-q3-rcon dep version
patch bump
This commit is contained in:
parent
4f5272ac32
commit
16405f21ff
@ -20,7 +20,7 @@ classifiers = [
|
|||||||
"Programming Language :: Python :: Implementation :: CPython",
|
"Programming Language :: Python :: Implementation :: CPython",
|
||||||
"Programming Language :: Python :: Implementation :: PyPy",
|
"Programming Language :: Python :: Implementation :: PyPy",
|
||||||
]
|
]
|
||||||
dependencies = ["aio-q3-rcon>=1.0.0", "clypi>=1.8.2"]
|
dependencies = ["aio-q3-rcon>=1.0.1", "clypi>=1.8.2"]
|
||||||
|
|
||||||
[project.scripts]
|
[project.scripts]
|
||||||
q3rcon-cli = "q3rcon_cli.cli:main"
|
q3rcon-cli = "q3rcon_cli.cli:main"
|
||||||
|
|||||||
@ -1,4 +1,4 @@
|
|||||||
# SPDX-FileCopyrightText: 2026-present onyx-and-iris <code@onyxandiris.online>
|
# SPDX-FileCopyrightText: 2026-present onyx-and-iris <code@onyxandiris.online>
|
||||||
#
|
#
|
||||||
# SPDX-License-Identifier: MIT
|
# SPDX-License-Identifier: MIT
|
||||||
__version__ = '0.2.2'
|
__version__ = '0.2.3'
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user