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