Skip to content

Commit

Permalink
Merge pull request #504 from yahoo/leewyang_v2.2.0
Browse files Browse the repository at this point in the history
v2.2.0 release
  • Loading branch information
leewyang authored Feb 19, 2020
2 parents 5bb7e9d + 86249a5 commit df75099
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -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 ---------------------------------------------------
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.1.3-SNAPSHOT</version>
<version>2.2.0-SNAPSHOT</version>
<packaging>jar</packaging>
<name>tensorflowonspark</name>
<description>Spark Scala inferencing for TensorFlowOnSpark</description>
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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',
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.1.3"
__version__ = "2.2.0"

0 comments on commit df75099

Please sign in to comment.