mirror of
https://github.com/onyx-and-iris/q3rcon-cli.git
synced 2026-04-18 06:53:40 +00:00
Compare commits
1 Commits
4f5272ac32
...
v0.2.3
| Author | SHA1 | Date | |
|---|---|---|---|
| ac5b117e2c |
@@ -20,7 +20,7 @@ classifiers = [
|
||||
"Programming Language :: Python :: Implementation :: CPython",
|
||||
"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]
|
||||
q3rcon-cli = "q3rcon_cli.cli:main"
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
# SPDX-FileCopyrightText: 2026-present onyx-and-iris <code@onyxandiris.online>
|
||||
#
|
||||
# SPDX-License-Identifier: MIT
|
||||
__version__ = '0.2.2'
|
||||
__version__ = '0.2.3'
|
||||
|
||||
Reference in New Issue
Block a user