We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0c93b25 commit e60a3f4Copy full SHA for e60a3f4
audioQualityTester/__init__.py
@@ -17,7 +17,7 @@
17
from .audioQualityTester import main
18
19
20
-__version__ = '0.2.2'
+__version__ = '0.2.3'
21
__license__ = 'GNU-GPL-3.0-only'
22
__credits__ = ['Julian Wagner']
23
setup.py
@@ -10,7 +10,7 @@
10
11
setup(
12
name="audioQualityTester",
13
- version='0.2.2',
+ version='0.2.3',
14
description="A standalone application for testing the differences of MP3 formats.",
15
packages=find_packages(),
16
package_data= {'audioQualityTester': ['resources/*',
0 commit comments