From d4df181f2cbc309d3bae13872b58a41a13472553 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fabian-Robert=20St=C3=B6ter?= Date: Sun, 17 Dec 2017 20:51:39 +0100 Subject: [PATCH] update version --- setup.py | 4 ++++ stempeg/__init__.py | 2 +- stempeg/read.py | 4 +++- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index f18ef3b..fddf236 100644 --- a/setup.py +++ b/setup.py @@ -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', diff --git a/stempeg/__init__.py b/stempeg/__init__.py index 620aec6..446f807 100644 --- a/stempeg/__init__.py +++ b/stempeg/__init__.py @@ -8,7 +8,7 @@ import soundfile as sf import argparse -__version__ = "0.1.0" +__version__ = "0.1.1" def cli(inargs=None): diff --git a/stempeg/read.py b/stempeg/read.py index 606878a..731e242 100644 --- a/stempeg/read.py +++ b/stempeg/read.py @@ -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