From ac5b117e2c95924335984f9bffc23a7c0da1209b Mon Sep 17 00:00:00 2001 From: onyx-and-iris Date: Mon, 23 Mar 2026 12:16:35 +0000 Subject: [PATCH] bump aio-q3-rcon dep version patch bump --- pyproject.toml | 2 +- src/q3rcon_cli/__about__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index af9ae14..9f8c400 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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" diff --git a/src/q3rcon_cli/__about__.py b/src/q3rcon_cli/__about__.py index 97ff983..40b98f1 100644 --- a/src/q3rcon_cli/__about__.py +++ b/src/q3rcon_cli/__about__.py @@ -1,4 +1,4 @@ # SPDX-FileCopyrightText: 2026-present onyx-and-iris # # SPDX-License-Identifier: MIT -__version__ = '0.2.2' +__version__ = '0.2.3'