Skip to content

Commit

Permalink
Merge pull request #512 from yahoo/leewyang_v2.2.1
Browse files Browse the repository at this point in the history
v2.2.1 release
  • Loading branch information
leewyang authored Mar 16, 2020
2 parents ce19cbd + 78935eb commit 690b35f
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 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.0'
version = '2.2.1'
# The full version, including alpha/beta/rc tags
release = '2.2.0'
release = '2.2.1'


# -- General configuration ---------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<json4s-native.version>3.5.3</json4s-native.version>
<maven-shade-plugin.version>2.1</maven-shade-plugin.version>
<maven-surefire-plugin.version>2.20.1</maven-surefire-plugin.version>
<spark.version>[2.2.0,)</spark.version>
<spark.version>[2.2.1,)</spark.version>
<scala.version>2.11.8</scala.version>
<scala-maven-plugin.version>3.2.1</scala-maven-plugin.version>
<scala-parser-combinators.version>1.1.0</scala-parser-combinators.version>
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.2.0',
version='2.2.1',
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.2.0"
__version__ = "2.2.1"

0 comments on commit 690b35f

Please sign in to comment.