diff --git a/obsws_cli/__about__.py b/obsws_cli/__about__.py index 827effb..a3b9dd6 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.8' +__version__ = '0.24.9' diff --git a/pyproject.toml b/pyproject.toml index 8011baa..09e3db6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -21,7 +21,7 @@ classifiers = [ "Programming Language :: Python :: Implementation :: CPython", "Programming Language :: Python :: Implementation :: PyPy", ] -dependencies = ["typer>=0.21.1", "obsws-python>=1.8.0", "python-dotenv>=1.1.0"] +dependencies = ["typer>=0.24.1", "obsws-python>=1.8.0", "python-dotenv>=1.2.2"] [project.urls] @@ -43,7 +43,6 @@ workspace.members = [{ path = "../obsws-python" }] dependencies = ["click-man>=0.5.1"] [tool.hatch.envs.default.scripts] -cli = "obsws-cli {args:}" man = "python man/generate.py --output=./man" [tool.hatch.envs.hatch-test]