Version bump

This commit is contained in:
Louis Vézina 2017-11-21 15:43:42 -05:00
parent 637a9ba728
commit 3aca4a7ce9
1 changed files with 1 additions and 1 deletions

View File

@ -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