diff --git a/setup.py b/setup.py index e75c534..fc3d759 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ setup( name = 's-atmech', packages = ['s-atmech'], - version = '1.0.1', + version = '1.1.1', license='MIT', 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).', 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).',