Skip to content

Commit

Permalink
update version
Browse files Browse the repository at this point in the history
  • Loading branch information
Fabian-Robert Stöter committed Dec 17, 2017
1 parent 8ae59e0 commit d4df181
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
4 changes: 4 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@
# Version
version='0.1.1',

url='http://github.com/faroit/stempeg',

download_url='http://github.com/faroit/stempeg',

# Description
description='Read and write stem multistream audio files',

Expand Down
2 changes: 1 addition & 1 deletion stempeg/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
import soundfile as sf
import argparse

__version__ = "0.1.0"
__version__ = "0.1.1"


def cli(inargs=None):
Expand Down
4 changes: 3 additions & 1 deletion stempeg/read.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,9 @@


class FFMPEGInfo(object):
"""docstring for FFMPEGInfo."""
"""Extracts FFMPEG info as json
"""

def __init__(self, filename):
super(FFMPEGInfo, self).__init__()
self.filename = filename
Expand Down

0 comments on commit d4df181

Please sign in to comment.