Skip to content

Commit 12b762d

Browse files
Update setup.py
1 parent 01aea51 commit 12b762d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,15 @@
44
setup(
55
name='sf2_loader',
66
packages=find_packages(),
7-
version='1.24',
7+
version='1.25',
88
license='LGPLv2.1',
99
description=
1010
'This is an easy-to-use soundfonts loader, player and audio renderer in python',
1111
author='Rainbow-Dreamer',
1212
author_email='1036889495@qq.com',
1313
url='https://github.com/Rainbow-Dreamer/sf2_loader',
1414
download_url=
15-
'https://github.com/Rainbow-Dreamer/sf2_loader/archive/1.24.tar.gz',
15+
'https://github.com/Rainbow-Dreamer/sf2_loader/archive/1.25.tar.gz',
1616
keywords=['soundfont', 'sf2', 'python'],
1717
install_requires=['pydub', 'musicpy', 'numpy', 'py'],
1818
classifiers=[

0 commit comments

Comments
 (0)