Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/marian-nmt/sentencepiece.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTaku Kudo <taku@google.com>2018-08-01 08:54:18 +0300
committerTaku Kudo <taku@google.com>2018-08-01 08:54:18 +0300
commitf0d8cba65aa96423fcee9799dbddf8a5a6ff06a6 (patch)
tree82e442ab75610c98ec1a70f2645e173a6639fd55 /tensorflow
parentad73df268bda22b924a36d88306919ac86bbcd85 (diff)
Updated version number
Diffstat (limited to 'tensorflow')
-rwxr-xr-xtensorflow/setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tensorflow/setup.py b/tensorflow/setup.py
index 38fc8c0..b951019 100755
--- a/tensorflow/setup.py
+++ b/tensorflow/setup.py
@@ -25,7 +25,7 @@ setup(name = 'tf_sentencepiece',
author = 'Taku Kudo',
author_email='taku@google.com',
description = 'SentencePiece Encode/Decode ops for TensorFlow',
- version='0.1.2',
+ version='0.1.3',
url = 'https://github.com/google/sentencepiece',
license = 'Apache',
platforms = 'Unix',