Skip to content

Commit

Permalink
Bump whipper version number to 0.4.1
Browse files Browse the repository at this point in the history
Fixes #105
  • Loading branch information
JoeLametta committed Jan 7, 2017
1 parent 466880f commit adf4b79
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Whipper
[![License: GPLv3+](https://img.shields.io/badge/license-GPLv3+-blue.svg)](https://github.com/JoeLametta/whipper/blob/master/LICENSE) [![Build Status](https://travis-ci.org/JoeLametta/whipper.svg?branch=master)](https://travis-ci.org/JoeLametta/whipper) [![Current version number](https://img.shields.io/badge/version-0.4.0-red.svg)](https://github.com/JoeLametta/whipper/releases/latest) [![IRC](https://img.shields.io/badge/irc-%23whipper%40freenode-008000.svg)](https://webchat.freenode.net/?channels=%23whipper) [![GitHub Stars](https://img.shields.io/github/stars/JoeLametta/whipper.svg)](https://github.com/JoeLametta/whipper/stargazers) [![GitHub Issues](https://img.shields.io/github/issues/JoeLametta/whipper.svg)](https://github.com/JoeLametta/whipper/issues)
[![License: GPLv3+](https://img.shields.io/badge/license-GPLv3+-blue.svg)](https://github.com/JoeLametta/whipper/blob/master/LICENSE) [![Build Status](https://travis-ci.org/JoeLametta/whipper.svg?branch=master)](https://travis-ci.org/JoeLametta/whipper) [![Current version number](https://img.shields.io/badge/version-0.4.1-red.svg)](https://github.com/JoeLametta/whipper/releases/latest) [![IRC](https://img.shields.io/badge/irc-%23whipper%40freenode-008000.svg)](https://webchat.freenode.net/?channels=%23whipper) [![GitHub Stars](https://img.shields.io/github/stars/JoeLametta/whipper.svg)](https://github.com/JoeLametta/whipper/stargazers) [![GitHub Issues](https://img.shields.io/github/issues/JoeLametta/whipper.svg)](https://github.com/JoeLametta/whipper/issues)

Whipper is a Python 2 CD-DA ripper, fork of the morituri project (_CDDA ripper for *nix systems aiming for accuracy over speed_). It improves morituri which development seems to have halted merging old ignored pull requests, improving it with bugfixes and new features.

Expand Down
2 changes: 1 addition & 1 deletion morituri/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
import os
import sys

__version__ = '0.4.0'
__version__ = '0.4.1'

level = logging.WARNING
if 'WHIPPER_DEBUG' in os.environ:
Expand Down
2 changes: 1 addition & 1 deletion morituri/test/bloc.cue
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
REM DISCID AD0BE00D
REM COMMENT "morituri 0.4.0"
REM COMMENT "morituri 0.4.1"
FILE "data.wav" WAVE
TRACK 01 AUDIO
PREGAP 03:22:70
Expand Down
2 changes: 1 addition & 1 deletion morituri/test/breeders.cue
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
REM DISCID BE08990D
REM COMMENT "morituri 0.4.0"
REM COMMENT "morituri 0.4.1"
CATALOG 0652637280326
PERFORMER "THE BREEDERS"
TITLE "MOUNTAIN BATTLES"
Expand Down
2 changes: 1 addition & 1 deletion morituri/test/cure.cue
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
REM DISCID B90C650D
REM COMMENT "morituri 0.4.0"
REM COMMENT "morituri 0.4.1"
CATALOG 0602517642256
FILE "data.wav" WAVE
TRACK 01 AUDIO
Expand Down

0 comments on commit adf4b79

Please # to comment.