diff options
author | morpheus65535 <[email protected]> | 2020-11-11 08:56:46 -0500 |
---|---|---|
committer | morpheus65535 <[email protected]> | 2020-11-11 08:56:46 -0500 |
commit | 776e56075227b30f865ad6c962aa99d798d5739a (patch) | |
tree | de46a1edce3f7be1d1aeb159664d946cc24189b8 | |
parent | 64d9568eb62ffddfba65be9ce67b78a2dd59405a (diff) | |
download | bazarr-776e56075227b30f865ad6c962aa99d798d5739a.tar.gz bazarr-776e56075227b30f865ad6c962aa99d798d5739a.zip |
Version bump
-rw-r--r-- | bazarr/main.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bazarr/main.py b/bazarr/main.py index 475598b58..daff15143 100644 --- a/bazarr/main.py +++ b/bazarr/main.py @@ -1,6 +1,6 @@ # coding=utf-8 -bazarr_version = '0.9.0.6' +bazarr_version = '0.9.0.7' import os |