bump version due to calibration change

(it could be shorter)
This commit is contained in:
Roman Zeyde
2015-01-14 12:37:55 +02:00
parent 04b0142955
commit 9b6160ec43
2 changed files with 2 additions and 2 deletions

View File

@@ -61,5 +61,5 @@ def train(signal, expected, order, lookahead=0):
prefix = [1]*200 + [0]*25
equalizer_length = 500
equalizer_length = 300
silence_length = 100

View File

@@ -16,7 +16,7 @@ class PyTest(TestCommand):
setup(
name="amodem",
version="1.5",
version="1.6",
description="Audio Modem Communication Library",
author="Roman Zeyde",
author_email="roman.zeyde@gmail.com",