From 70207c98a01519e97badac2c5091b5cdea480e35 Mon Sep 17 00:00:00 2001 From: onyx-and-iris Date: Sat, 28 Mar 2026 22:22:07 +0000 Subject: [PATCH] fix replaybuffer docstring patch bump --- obsws_cli/__about__.py | 2 +- obsws_cli/commands/replaybuffer.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/obsws_cli/__about__.py b/obsws_cli/__about__.py index a3b9dd6..b5e7443 100644 --- a/obsws_cli/__about__.py +++ b/obsws_cli/__about__.py @@ -1,4 +1,4 @@ # SPDX-FileCopyrightText: 2025-present onyx-and-iris # # SPDX-License-Identifier: MIT -__version__ = '0.24.9' +__version__ = '0.24.10' diff --git a/obsws_cli/commands/replaybuffer.py b/obsws_cli/commands/replaybuffer.py index 77601f2..956293f 100644 --- a/obsws_cli/commands/replaybuffer.py +++ b/obsws_cli/commands/replaybuffer.py @@ -9,7 +9,7 @@ app = typer.Typer() @app.callback() def main(): - """Control profiles in OBS.""" + """Control the replay buffer in OBS.""" @app.command('start')