Skip to content

Commit 26c08a0

Browse files
authored
Merge pull request #409 from yahoo/leewyang_v1.4.3
v1.4.3 release
2 parents da27938 + bd75ecf commit 26c08a0

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
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.4.2'
30+
version = '1.4.3'
3131
# The full version, including alpha/beta/rc tags
32-
release = '1.4.2'
32+
release = '1.4.3'
3333

3434

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

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
setup(
77
name='tensorflowonspark',
88
packages=['tensorflowonspark'],
9-
version='1.4.2',
9+
version='1.4.3',
1010
description='Deep learning with TensorFlow on Apache Spark clusters',
1111
long_description=long_description,
1212
long_description_content_type='text/markdown',

tensorflowonspark/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22

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

5-
__version__ = "1.4.2"
5+
__version__ = "1.4.3"

0 commit comments

Comments
 (0)