From 9cb58c5068b5a700b1aac58ac2dc34e30281116f Mon Sep 17 00:00:00 2001 From: ed Date: Tue, 2 Jan 2024 21:53:23 +0100 Subject: [PATCH] v1.7 --- softchat/__main__.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/softchat/__main__.py b/softchat/__main__.py index 8143ceb..8a7a2d3 100644 --- a/softchat/__main__.py +++ b/softchat/__main__.py @@ -2,8 +2,8 @@ about = { "name": "softchat", - "version": "1.6", - "date": "2023-08-22", + "version": "1.7", + "date": "2024-01-02", "description": "convert twitch/youtube chat into softsubs", "author": "ed", "license": "MIT",