From 6e13e71a09e8e5c6fae56da858bf83fded8662dd Mon Sep 17 00:00:00 2001 From: onyx-and-iris Date: Sat, 19 Aug 2023 21:41:23 +0100 Subject: [PATCH] minor version bump --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 4122122..d555bea 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "streamlabsio" -version = "1.0.2" +version = "1.1.0" description = "Get real time Twitch/Youtube events through Streamlabs SocketIO API" authors = ["onyx-and-iris "] license = "MIT"