diff --git a/setup.py b/setup.py index fddf236..e575d4f 100644 --- a/setup.py +++ b/setup.py @@ -7,7 +7,7 @@ name='stempeg', # Version - version='0.1.1', + version='0.1.2', url='http://github.com/faroit/stempeg', diff --git a/stempeg/__init__.py b/stempeg/__init__.py index ed3a0b3..f51d0ba 100644 --- a/stempeg/__init__.py +++ b/stempeg/__init__.py @@ -8,7 +8,7 @@ import soundfile as sf import argparse -__version__ = "0.1.1" +__version__ = "0.1.2" def cli(inargs=None):