Skip to content

Commit cb4ce39

Browse files
committed
3.2.1
1 parent a2f48ad commit cb4ce39

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
setup(
44
name='keras-tcn',
5-
version='3.1.2',
5+
version='3.2.1',
66
description='Keras TCN',
77
author='Philippe Remy',
88
license='MIT',

tcn/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
from tcn.tcn import TCN, compiled_tcn, tcn_full_summary # noqa
22

3-
__version__ = '3.1.2'
3+
__version__ = '3.2.1'

0 commit comments

Comments
 (0)