Skip to content

Commit e60a3f4

Browse files
committed
update version
1 parent 0c93b25 commit e60a3f4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

audioQualityTester/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
from .audioQualityTester import main
1818

1919

20-
__version__ = '0.2.2'
20+
__version__ = '0.2.3'
2121
__license__ = 'GNU-GPL-3.0-only'
2222
__credits__ = ['Julian Wagner']
2323

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
setup(
1212
name="audioQualityTester",
13-
version='0.2.2',
13+
version='0.2.3',
1414
description="A standalone application for testing the differences of MP3 formats.",
1515
packages=find_packages(),
1616
package_data= {'audioQualityTester': ['resources/*',

0 commit comments

Comments
 (0)