Skip to content

Commit 8ba59c5

Browse files
committed
v1.0.9 fix seek bug
1 parent 21988da commit 8ba59c5

File tree

15 files changed

+9
-9
lines changed

15 files changed

+9
-9
lines changed
4.02 KB
Binary file not shown.

docker_alpine/aarch64/python3/acrcloud/recognizer.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
import acrcloud_extr_tool
1010

1111
'''
12-
Copyright 2015 ACRCloud Recognizer v1.0.6
12+
Copyright 2015 ACRCloud Recognizer v1.0.9
1313
1414
This module can recognize ACRCloud by most of audio/video file.
1515
Audio: mp3, wav, m4a, flac, aac, amr, ape, ogg ...

docker_alpine/aarch64/python3/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
from setuptools import setup, find_packages
44
setup(
55
name="pyacrcloud",
6-
version="1.0.0",
6+
version="1.0.9",
77
packages=find_packages(),
88

99
package_data={
4.06 KB
Binary file not shown.

docker_alpine/x86-64/python3/acrcloud/recognizer.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
import acrcloud_extr_tool
1010

1111
'''
12-
Copyright 2015 ACRCloud Recognizer v1.0.6
12+
Copyright 2015 ACRCloud Recognizer v1.0.9
1313
1414
This module can recognize ACRCloud by most of audio/video file.
1515
Audio: mp3, wav, m4a, flac, aac, amr, ape, ogg ...

docker_alpine/x86-64/python3/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
from setuptools import setup, find_packages
44
setup(
55
name="pyacrcloud",
6-
version="1.0.0",
6+
version="1.0.9",
77
packages=find_packages(),
88

99
package_data={
4.03 KB
Binary file not shown.

linux/aarch64/python3/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
from setuptools import setup, find_packages
44
setup(
55
name="pyacrcloud",
6-
version="1.0.0",
6+
version="1.0.9",
77
packages=find_packages(),
88

99
package_data={

0 commit comments

Comments
 (0)