From: Skye Kelley <10640425-sb24kelley@users.noreply.gitlab.com> Date: Mon, 8 Dec 2025 21:13:08 +0000 (-0500) Subject: 1.0.1 X-Git-Url: https://skyeroc.xyz/gitweb/?a=commitdiff_plain;h=b3ffad22fec7f9af63fd8229b26d0e80751dc9ba;p=obs-ctl 1.0.1 --- diff --git a/README.md b/README.md index a328e24..b613165 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # obs-ctl # This is a console OBS WebSocket interface I made for personal use. -To install: `pip install git+https://gitlab.com/sb24kelley/obs-ctl.git@1.0.0` +To install: `pip install git+https://gitlab.com/sb24kelley/obs-ctl.git@1.0.1` Then, in your console (eg PowerShell, or Terminal on Linux), type `obs-ctl`. diff --git a/pyproject.toml b/pyproject.toml index df10d00..e469059 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,7 +5,7 @@ build-backend = "setuptools.build_meta" [project] name = "obs-ctl" description = "Console OBS Web Socket interface" -version = "1.0.0" +version = "1.0.1" dependencies = [ "obsws-python", "platformdirs", diff --git a/src/obs_ctl/const.py b/src/obs_ctl/const.py index fbfab44..8edb8a0 100644 --- a/src/obs_ctl/const.py +++ b/src/obs_ctl/const.py @@ -6,7 +6,7 @@ from . import data # App Info APPNAME = "obs-ctl" APPAUTHOR = "skyebee" -VERSION = "1.0.0" +VERSION = "1.0.1" # internal AVAILABLE_THEMES = [ 'textual-dark',