diff --git a/README.md b/README.md index caab55c..4efe6ad 100644 --- a/README.md +++ b/README.md @@ -61,6 +61,11 @@ Q3RCON_TUI_RAW=false Q3RCON_TUI_APPEND=false ``` +## Special Thanks + +- [lapetus-11](https://github.com/Iapetus-11) for writing the [aio-q3-rcon](https://github.com/Iapetus-11/aio-q3-rcon) package. +- The developers at [Textualize](https://github.com/Textualize) for writing the [textual](https://github.com/Textualize/textual) package. + ## License `q3rcon-tui` is distributed under the terms of the [MIT](https://spdx.org/licenses/MIT.html) license. diff --git a/src/q3rcon_tui/__about__.py b/src/q3rcon_tui/__about__.py index 41669d7..c2e37f9 100644 --- a/src/q3rcon_tui/__about__.py +++ b/src/q3rcon_tui/__about__.py @@ -1,4 +1,4 @@ # SPDX-FileCopyrightText: 2026-present onyx-and-iris # # SPDX-License-Identifier: MIT -__version__ = '0.4.0' +__version__ = '0.4.1'