We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1ff9775 commit eecc049Copy full SHA for eecc049
setup.py
@@ -2,7 +2,7 @@
2
3
setup(
4
name='keras-tcn',
5
- version='2.5.6',
+ version='2.5.7',
6
description='Keras TCN',
7
author='Philippe Remy',
8
license='MIT',
tcn/__init__.py
@@ -1,3 +1,3 @@
1
from tcn.tcn import TCN, compiled_tcn
-__version__ = '2.5.6'
+__version__ = '2.5.7'
0 commit comments