Skip to content

Commit ed689b9

Browse files
authored
Update setup.py
1 parent 740e858 commit ed689b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
setup(
33
name = 's-atmech',
44
packages = ['s-atmech'],
5-
version = '1.0.1',
5+
version = '1.1.1',
66
license='MIT',
77
long_description = 's-atmech is an independent Open Source, Deep Learning python library which implements attention mechanism as a RNN(Recurrent Neural Network) Layer as Encoder-Decoder system. (only supports Bahdanau Attention right now).',
88
description = 's-atmech is an independent Open Source, Deep Learning python library which implements attention mechanism as a RNN(Recurrent Neural Network) Layer as Encoder-Decoder system. (only supports Bahdanau Attention right now).',

0 commit comments

Comments
 (0)