We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0b39d3f commit 6f0bf32Copy full SHA for 6f0bf32
docs/source/conf.py
@@ -27,9 +27,9 @@
27
author = 'Yahoo Inc'
28
29
# The short X.Y version
30
-version = '1.3.3'
+version = '1.3.4'
31
# The full version, including alpha/beta/rc tags
32
-release = '1.3.3'
+release = '1.3.4'
33
34
35
# -- General configuration ---------------------------------------------------
setup.py
@@ -3,7 +3,7 @@
3
setup(
4
name = 'tensorflowonspark',
5
packages = ['tensorflowonspark'],
6
- version = '1.3.3',
+ version = '1.3.4',
7
description = 'Deep learning with TensorFlow on Apache Spark clusters',
8
author = 'Yahoo, Inc.',
9
url = 'https://github.com/yahoo/TensorFlowOnSpark',
0 commit comments