Skip to content
This repository was archived by the owner on Feb 17, 2022. It is now read-only.

Commit 7bbd7eb

Browse files
authored
Bump version
1 parent 8cbef2b commit 7bbd7eb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
setup(
66
name='pysndfx',
7-
version='0.2.1',
7+
version='0.3.2',
88
description='Apply audio effects such as reverb and EQ directly to audio files or NumPy ndarrays.',
99
url='https://github.com/carlthome/python-audio-effects',
1010
author='Carl Thomé',
@@ -18,7 +18,7 @@
1818
'Programming Language :: Python :: 2',
1919
'Programming Language :: Python :: 2.7',
2020
'Programming Language :: Python :: 3',
21-
'Programming Language :: Python :: 3.5',
21+
'Programming Language :: Python :: 3.7',
2222
],
2323
keywords='audio music sound',
2424
packages=['pysndfx'],

0 commit comments

Comments
 (0)