Skip to content

Commit eecc049

Browse files
author
philipperemy
committed
imdb tcn
1 parent 1ff9775 commit eecc049

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='2.5.6',
5+
version='2.5.7',
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
22

3-
__version__ = '2.5.6'
3+
__version__ = '2.5.7'

0 commit comments

Comments
 (0)