From d7e48cf63ed596ba0565c1de5ea0101fe9be8f6b Mon Sep 17 00:00:00 2001 From: Victor Efimov Date: Sat, 3 Jan 2015 10:29:56 +0300 Subject: [PATCH] Actually bump version to 0.4.2 --- README.md | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 6980580..891f4b5 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,7 @@ Sushi should work on Windows, Linux and OS X. Please open an issue if it doesn't 1. [Python 2.7.x][5] 2. [NumPy][6] (1.8 or newer) -3. [OpenCV 2.4.9][7] (on Windows putting [this file][8] in the same folder as Sushi should be enough, assuming you use x86 Python) +3. [OpenCV 2.4.x][7] (on Windows putting [this file][8] in the same folder as Sushi should be enough, assuming you use x86 Python) 4. [FFmpeg][9] (only if demuxing is used) 5. [MkvExtract][10] (optional for faster timecodes extraction when demuxing) 6. [SCXvid-standalone][11] (only if keyframes are made by Sushi) diff --git a/setup.py b/setup.py index 1ca932f..1940bb6 100644 --- a/setup.py +++ b/setup.py @@ -6,7 +6,7 @@ setup( name='Sushi', description='Automatic subtitle shifter based on audio', - version='0.4.1', + version='0.4.2', url='https://github.com/tp7/Sushi', console=['sushi.py'], license='MIT',