From 32ef6644081f587f445d028bee4d30a660bb490c Mon Sep 17 00:00:00 2001 From: Bazarr user Date: Fri, 15 Dec 2017 22:10:21 -0500 Subject: [PATCH] Version bump --- bazarr.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bazarr.py b/bazarr.py index ab14494c6..e92349fb2 100644 --- a/bazarr.py +++ b/bazarr.py @@ -1,4 +1,4 @@ -bazarr_version = '0.1.7' +bazarr_version = '0.2.0' from bottle import route, run, template, static_file, request, redirect import bottle