]> skyeroc.xyz Git - obs-ctl/commitdiff
1.0.1 master
authorSkye Kelley <10640425-sb24kelley@users.noreply.gitlab.com>
Mon, 8 Dec 2025 21:13:08 +0000 (16:13 -0500)
committerSkye Kelley <10640425-sb24kelley@users.noreply.gitlab.com>
Mon, 8 Dec 2025 21:13:08 +0000 (16:13 -0500)
README.md
pyproject.toml
src/obs_ctl/const.py

index a328e243df4629198f65bd57f653efb12b4fdd9d..b613165d23f2ec781ab3a0ccbb218ccdad19cdca 100644 (file)
--- a/README.md
+++ b/README.md
@@ -1,7 +1,7 @@
 # obs-ctl #
 This is a console OBS WebSocket interface I made for personal use.
 
 # 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`.
 
 
 Then, in your console (eg PowerShell, or Terminal on Linux), type `obs-ctl`.
 
index df10d0045a6e4d1b5cc8363619d7d37a866a2842..e469059657a97d9bb09452650874af67237b63e8 100644 (file)
@@ -5,7 +5,7 @@ build-backend = "setuptools.build_meta"
 [project]
 name = "obs-ctl"
 description = "Console OBS Web Socket interface"
 [project]
 name = "obs-ctl"
 description = "Console OBS Web Socket interface"
-version = "1.0.0"
+version = "1.0.1"
 dependencies = [
     "obsws-python",
     "platformdirs",
 dependencies = [
     "obsws-python",
     "platformdirs",
index fbfab44059aaa1a720d304c01249b28e2bdbecae..8edb8a0c4b51c258a63ccd7b8d09b0e670cfe0d5 100644 (file)
@@ -6,7 +6,7 @@ from . import data
 # App Info
 APPNAME = "obs-ctl"
 APPAUTHOR = "skyebee"
 # App Info
 APPNAME = "obs-ctl"
 APPAUTHOR = "skyebee"
-VERSION = "1.0.0"
+VERSION = "1.0.1"
 # internal
 AVAILABLE_THEMES = [
     'textual-dark',
 # internal
 AVAILABLE_THEMES = [
     'textual-dark',