diff --git a/docs/source/conf.py b/docs/source/conf.py
index 278373d..dbd9586 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.2.2'
+version = '2.2.3'
# The full version, including alpha/beta/rc tags
-release = '2.2.2'
+release = '2.2.3'
# -- General configuration ---------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 90a4281..7cfdc26 100644
--- a/pom.xml
+++ b/pom.xml
@@ -5,7 +5,7 @@
4.0.0
com.yahoo.ml
tensorflowonspark
- 2.2.2-SNAPSHOT
+ 2.2.3-SNAPSHOT
jar
tensorflowonspark
Spark Scala inferencing for TensorFlowOnSpark
diff --git a/tensorflowonspark/__init__.py b/tensorflowonspark/__init__.py
index 4f6ae75..f0987fd 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.2"
+__version__ = "2.2.3"