Skip to content

Commit

Permalink
Actually bump version to 0.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
tp7 committed Jan 3, 2015
1 parent e9268af commit d7e48cf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit d7e48cf

Please sign in to comment.