diff --git a/setup.py b/setup.py index 62c1499..64dc95a 100644 --- a/setup.py +++ b/setup.py @@ -7,7 +7,7 @@ name='stempeg', # Version - version='0.1.3', + version='0.1.4', url='http://github.com/faroit/stempeg', diff --git a/stempeg/__init__.py b/stempeg/__init__.py index a775dc3..e9dac20 100644 --- a/stempeg/__init__.py +++ b/stempeg/__init__.py @@ -10,7 +10,7 @@ import soundfile as sf import argparse -__version__ = "0.1.3" +__version__ = "0.1.4" def ffmpeg_version():