diff --git a/docs/source/conf.py b/docs/source/conf.py
index 04ca7b68..8b489bda 100644
--- a/docs/source/conf.py
+++ b/docs/source/conf.py
@@ -24,13 +24,13 @@
# -- Project information -----------------------------------------------------
project = 'TensorFlowOnSpark'
-copyright = '2019, Yahoo Inc'
+copyright = '2020, Yahoo Inc / Verizon Media'
author = 'Yahoo Inc'
# The short X.Y version
-version = '2.1.3'
+version = '2.2.0'
# The full version, including alpha/beta/rc tags
-release = '2.1.3'
+release = '2.2.0'
# -- General configuration ---------------------------------------------------
diff --git a/pom.xml b/pom.xml
index d3f47e53..7413d8c5 100644
--- a/pom.xml
+++ b/pom.xml
@@ -5,7 +5,7 @@
4.0.0
com.yahoo.ml
tensorflowonspark
- 2.1.3-SNAPSHOT
+ 2.2.0-SNAPSHOT
jar
tensorflowonspark
Spark Scala inferencing for TensorFlowOnSpark
diff --git a/setup.py b/setup.py
index cfb21597..5f9b7193 100644
--- a/setup.py
+++ b/setup.py
@@ -6,7 +6,7 @@
setup(
name='tensorflowonspark',
packages=['tensorflowonspark'],
- version='2.1.3',
+ version='2.2.0',
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 9ea9d171..62bd6807 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.3"
+__version__ = "2.2.0"