Skip to content

Commit

Permalink
require librosa>=0.7.1, set version to 0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Vincent Lostanlen committed Mar 27, 2020
1 parent babe307 commit 53fe649
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

setuptools.setup(
name='birdvoxpaint',
version='0.2.0',
version='0.2.1',
description='Bird Vox False-Color Spectrograms',
long_description=open('README.md').read().strip(),
long_description_content_type="text/markdown",
Expand All @@ -13,7 +13,7 @@
# py_modules=['packagename'],
# package_data={'asdf': {'*.yaml'}},
# include_package_data=True,
install_requires=['librosa>=0.7.0', 'matplotlib', 'tqdm'],
install_requires=['librosa>=0.7.1', 'matplotlib', 'tqdm'],
entry_points={
# 'console_scripts': [
# 'bvpaint = bvpaint.cli:main'
Expand Down

0 comments on commit 53fe649

Please sign in to comment.