From 3aca4a7ce9a567996a4d7857ec6c47d20a0ca457 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Louis=20V=C3=A9zina?= <5130500+morpheus65535@users.noreply.github.com> Date: Tue, 21 Nov 2017 15:43:42 -0500 Subject: [PATCH] Version bump --- bazarr.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bazarr.py b/bazarr.py index d8415ee12..dc1820f80 100644 --- a/bazarr.py +++ b/bazarr.py @@ -1,7 +1,7 @@ # coding: utf-8 from __future__ import unicode_literals -bazarr_version = '0.1.2' +bazarr_version = '0.1.3' from bottle import route, run, template, static_file, request, redirect import bottle