Skip to content

Commit

Permalink
Merge pull request #373 from yahoo/leewyang_v1.4.0
Browse files Browse the repository at this point in the history
v1.4.0 release
  • Loading branch information
leewyang authored Nov 16, 2018
2 parents 834b8a3 + dd0105e commit 7b36521
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
4 changes: 2 additions & 2 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,9 @@
author = 'Yahoo Inc'

# The short X.Y version
version = '1.3.4'
version = '1.4.0'
# The full version, including alpha/beta/rc tags
release = '1.3.4'
release = '1.4.0'


# -- General configuration ---------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
setup(
name = 'tensorflowonspark',
packages = ['tensorflowonspark'],
version = '1.3.4',
version = '1.4.0',
description = 'Deep learning with TensorFlow on Apache Spark clusters',
author = 'Yahoo, Inc.',
url = 'https://github.com/yahoo/TensorFlowOnSpark',
Expand Down
2 changes: 2 additions & 0 deletions tensorflowonspark/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
import logging

logging.basicConfig(level=logging.INFO, format="%(asctime)s %(levelname)s (%(threadName)s-%(process)d) %(message)s")

__version__ = "1.4.0"

0 comments on commit 7b36521

Please sign in to comment.