Skip to content

Commit

Permalink
Merge pull request #26 from justinsalamon/soxupdate
Browse files Browse the repository at this point in the history
Increase min sox to v1.3.3 to fix windows bug
  • Loading branch information
justinsalamon authored Apr 17, 2018
2 parents e0cc1c9 + 1cc1fdf commit de45601
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion scaper/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
"""Version info"""

short_version = '0.1'
version = '0.1.0'
version = '0.1.1'
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"Programming Language :: Python :: 3.6",
],
install_requires=[
'sox>=1.3.0',
'sox>=1.3.3',
'jams==0.2.2',
'pandas==0.19.2'
],
Expand Down

0 comments on commit de45601

Please sign in to comment.