Skip to content

Commit 7b36521

Browse files
authored
Merge pull request #373 from yahoo/leewyang_v1.4.0
v1.4.0 release
2 parents 834b8a3 + dd0105e commit 7b36521

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

docs/source/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,9 @@
2727
author = 'Yahoo Inc'
2828

2929
# The short X.Y version
30-
version = '1.3.4'
30+
version = '1.4.0'
3131
# The full version, including alpha/beta/rc tags
32-
release = '1.3.4'
32+
release = '1.4.0'
3333

3434

3535
# -- General configuration ---------------------------------------------------

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
setup(
44
name = 'tensorflowonspark',
55
packages = ['tensorflowonspark'],
6-
version = '1.3.4',
6+
version = '1.4.0',
77
description = 'Deep learning with TensorFlow on Apache Spark clusters',
88
author = 'Yahoo, Inc.',
99
url = 'https://github.com/yahoo/TensorFlowOnSpark',

tensorflowonspark/__init__.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
11
import logging
22

33
logging.basicConfig(level=logging.INFO, format="%(asctime)s %(levelname)s (%(threadName)s-%(process)d) %(message)s")
4+
5+
__version__ = "1.4.0"

0 commit comments

Comments
 (0)