From db16f7df4b83d0a225d519e8037b55764f3d0d5f Mon Sep 17 00:00:00 2001 From: morpheus65535 <5130500+morpheus65535@users.noreply.github.com> Date: Wed, 5 Dec 2018 20:18:49 -0500 Subject: [PATCH] Version bump --- bazarr/main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bazarr/main.py b/bazarr/main.py index e2a6cd0b1..6cce0b36e 100644 --- a/bazarr/main.py +++ b/bazarr/main.py @@ -1,4 +1,4 @@ -bazarr_version = '0.6.9' +bazarr_version = '0.6.9.1' import gc gc.enable()