From 3ee921a3093886702280de5b191d093de8c3d524 Mon Sep 17 00:00:00 2001 From: Lee Yang Date: Tue, 25 May 2021 11:18:43 -0700 Subject: [PATCH] v2.2.4 release --- doc/source/conf.py | 4 ++-- pom.xml | 2 +- setup.cfg | 2 +- tensorflowonspark/__init__.py | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/doc/source/conf.py b/doc/source/conf.py index dbd9586..474d4f4 100644 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -28,9 +28,9 @@ author = 'Yahoo Inc' # The short X.Y version -version = '2.2.3' +version = '2.2.4' # The full version, including alpha/beta/rc tags -release = '2.2.3' +release = '2.2.4' # -- General configuration --------------------------------------------------- diff --git a/pom.xml b/pom.xml index 703ce20..bf15602 100644 --- a/pom.xml +++ b/pom.xml @@ -5,7 +5,7 @@ 4.0.0 com.yahoo.ml tensorflowonspark - 2.2.3-SNAPSHOT + 2.2.4-SNAPSHOT jar tensorflowonspark Spark Scala inferencing for TensorFlowOnSpark diff --git a/setup.cfg b/setup.cfg index 27d21aa..f325970 100644 --- a/setup.cfg +++ b/setup.cfg @@ -18,7 +18,7 @@ long_description = file:README.md long_description_content_type = text/markdown name = tensorflowonspark url = https://github.com/yahoo/TensorFlowOnSpark -version = 2.2.3 +version = 2.2.4 [options] packages = diff --git a/tensorflowonspark/__init__.py b/tensorflowonspark/__init__.py index f0987fd..21ee7c4 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.2.3" +__version__ = "2.2.4"