From 82d8dd03c2c4abf25b5a7bfa70804f3fe872acc9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Louis=20V=C3=A9zina?= <5130500+morpheus65535@users.noreply.github.com> Date: Fri, 31 Jul 2020 08:46:34 -0400 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 87da94d75..4446c725a 100644 --- a/bazarr/main.py +++ b/bazarr/main.py @@ -1,6 +1,6 @@ # coding=utf-8 -bazarr_version = '0.9.0.1' +bazarr_version = '0.9.0.2' import os os.environ["BAZARR_VERSION"] = bazarr_version