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 03cfb24 commit bdf4241Copy full SHA for bdf4241
setup.py
@@ -2,7 +2,7 @@
2
3
setup(
4
name='keras-tcn',
5
- version='3.2.1',
+ version='3.3.0',
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.2.1'
+__version__ = '3.3.0'
0 commit comments