Skip to content

Commit 8933725

Browse files
committed
[FIX] PyTTa version
1 parent 6c2aeed commit 8933725

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pytta/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
from .functions import read_wav, write_wav, merge, list_devices, fft_convolve, find_delay, corr_coef, resample, peak_time
5353
from . import generate
5454

55-
__version__ = '0.1.0' # package version
55+
__version__ = '0.0.0a2' # package version
5656

5757
# package submodules and scripts to be called as pytta.something
5858
__all__ = [# Submodules

0 commit comments

Comments
 (0)