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 a2f48ad commit cb4ce39Copy full SHA for cb4ce39
setup.py
@@ -2,7 +2,7 @@
2
3
setup(
4
name='keras-tcn',
5
- version='3.1.2',
+ version='3.2.1',
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, tcn_full_summary # noqa
-__version__ = '3.1.2'
+__version__ = '3.2.1'
0 commit comments