From 01280844664da45ddfcb44f2204b3baa2a3513e2 Mon Sep 17 00:00:00 2001 From: Lee Yang Date: Fri, 10 Jan 2020 10:14:09 -0800 Subject: [PATCH] v2.1.2 release --- docs/source/conf.py | 4 ++-- pom.xml | 2 +- setup.py | 2 +- tensorflowonspark/__init__.py | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/source/conf.py b/docs/source/conf.py index 782a1827..60f40fd6 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -28,9 +28,9 @@ author = 'Yahoo Inc' # The short X.Y version -version = '2.1.1' +version = '2.1.2' # The full version, including alpha/beta/rc tags -release = '2.1.1' +release = '2.1.2' # -- General configuration --------------------------------------------------- diff --git a/pom.xml b/pom.xml index 1e75b16e..1f6df8b8 100644 --- a/pom.xml +++ b/pom.xml @@ -5,7 +5,7 @@ 4.0.0 com.yahoo.ml tensorflowonspark - 2.1.1-SNAPSHOT + 2.1.2-SNAPSHOT jar tensorflowonspark Spark Scala inferencing for TensorFlowOnSpark diff --git a/setup.py b/setup.py index bfbe7e76..f746917b 100644 --- a/setup.py +++ b/setup.py @@ -6,7 +6,7 @@ setup( name='tensorflowonspark', packages=['tensorflowonspark'], - version='2.1.1', + version='2.1.2', description='Deep learning with TensorFlow on Apache Spark clusters', long_description=long_description, long_description_content_type='text/markdown', diff --git a/tensorflowonspark/__init__.py b/tensorflowonspark/__init__.py index 8b086af5..7143697e 100644 --- a/tensorflowonspark/__init__.py +++ b/tensorflowonspark/__init__.py @@ -2,4 +2,4 @@ logging.basicConfig(level=logging.INFO, format="%(asctime)s %(levelname)s (%(threadName)s-%(process)d) %(message)s") -__version__ = "2.1.1" +__version__ = "2.1.2"