Skip to content

Commit

Permalink
Version v0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rec committed Nov 25, 2020
1 parent 61a1851 commit 1116916
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
## v0.2.0 - 20/11/25

* First alpha release version
2 changes: 1 addition & 1 deletion vl8.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
import util

__all__ = 'vl8'
__version__ = '0.1.0'
__version__ = '0.2.0'
INFILE = '/data/vl8/full.wav'
MAX_FRAME = 4096
SAMPLERATE = 44100
Expand Down

0 comments on commit 1116916

Please sign in to comment.