We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6c2aeed commit 8933725Copy full SHA for 8933725
pytta/__init__.py
@@ -52,7 +52,7 @@
52
from .functions import read_wav, write_wav, merge, list_devices, fft_convolve, find_delay, corr_coef, resample, peak_time
53
from . import generate
54
55
-__version__ = '0.1.0' # package version
+__version__ = '0.0.0a2' # package version
56
57
# package submodules and scripts to be called as pytta.something
58
__all__ = [# Submodules
0 commit comments