From 6f0bf3218d30dc10cabde17b877e19c26ed052df Mon Sep 17 00:00:00 2001 From: Lee Yang Date: Thu, 27 Sep 2018 14:19:34 -0700 Subject: [PATCH] prep for release --- docs/source/conf.py | 4 ++-- setup.py | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/source/conf.py b/docs/source/conf.py index f86d8957..f5982b82 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -27,9 +27,9 @@ author = 'Yahoo Inc' # The short X.Y version -version = '1.3.3' +version = '1.3.4' # The full version, including alpha/beta/rc tags -release = '1.3.3' +release = '1.3.4' # -- General configuration --------------------------------------------------- diff --git a/setup.py b/setup.py index d5c28a52..d2fda920 100644 --- a/setup.py +++ b/setup.py @@ -3,7 +3,7 @@ setup( name = 'tensorflowonspark', packages = ['tensorflowonspark'], - version = '1.3.3', + version = '1.3.4', description = 'Deep learning with TensorFlow on Apache Spark clusters', author = 'Yahoo, Inc.', url = 'https://github.com/yahoo/TensorFlowOnSpark',