diff --git a/OpenSubtitlesDownload.py b/OpenSubtitlesDownload.py index bbee09f..dbe3a5a 100755 --- a/OpenSubtitlesDownload.py +++ b/OpenSubtitlesDownload.py @@ -1,7 +1,7 @@ #!/usr/bin/env python3 # -*- coding: utf-8 -*- -# OpenSubtitlesDownload.py / Version 6.1 +# OpenSubtitlesDownload.py / Version 6.2 # This software is designed to help you find and download subtitles for your favorite videos! # You can browse the project's GitHub page: @@ -54,7 +54,7 @@ # This application is registered APP_NAME = 'OpenSubtitlesDownload' -APP_VERSION = '6.1' +APP_VERSION = '6.2' APP_API_KEY = 'FNyoC96mlztsk3ALgNdhfSNapfFY9lOi' # ==== OpenSubtitles.com account (required) ====================================