Skip to content

Commit

Permalink
increase version
Browse files Browse the repository at this point in the history
  • Loading branch information
Fabian-Robert Stöter committed Nov 10, 2018
1 parent 406acc6 commit 961880e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
name='stempeg',

# Version
version='0.1.3',
version='0.1.4',

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

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

__version__ = "0.1.3"
__version__ = "0.1.4"


def ffmpeg_version():
Expand Down

0 comments on commit 961880e

Please sign in to comment.