Skip to content

Commit

Permalink
Merge pull request #552 from yahoo/leewyang_v2.2.3
Browse files Browse the repository at this point in the history
v2.2.3 release
  • Loading branch information
eordentlich authored Mar 19, 2021
2 parents 6a7d7b6 + c57e9c1 commit cbf7fac
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -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 ---------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.yahoo.ml</groupId>
<artifactId>tensorflowonspark</artifactId>
<version>2.2.2-SNAPSHOT</version>
<version>2.2.3-SNAPSHOT</version>
<packaging>jar</packaging>
<name>tensorflowonspark</name>
<description>Spark Scala inferencing for TensorFlowOnSpark</description>
Expand Down
2 changes: 1 addition & 1 deletion tensorflowonspark/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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"

0 comments on commit cbf7fac

Please sign in to comment.