Skip to content

Commit 60a07be

Browse files
authored
Merge pull request #346 from yahoo/leewyang_v1.3.4
Prep for 1.3.4 release
2 parents 0b39d3f + 6f0bf32 commit 60a07be

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-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.3'
30+
version = '1.3.4'
3131
# The full version, including alpha/beta/rc tags
32-
release = '1.3.3'
32+
release = '1.3.4'
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.3',
6+
version = '1.3.4',
77
description = 'Deep learning with TensorFlow on Apache Spark clusters',
88
author = 'Yahoo, Inc.',
99
url = 'https://github.com/yahoo/TensorFlowOnSpark',

0 commit comments

Comments
 (0)