File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 2727author = 'Yahoo Inc'
2828
2929# The short X.Y version
30- version = '1.4.1 '
30+ version = '1.4.2 '
3131# The full version, including alpha/beta/rc tags
32- release = '1.4.1 '
32+ release = '1.4.2 '
3333
3434
3535# -- General configuration ---------------------------------------------------
Original file line number Diff line number Diff line change 66setup (
77 name = 'tensorflowonspark' ,
88 packages = ['tensorflowonspark' ],
9- version = '1.4.1 ' ,
9+ version = '1.4.2 ' ,
1010 description = 'Deep learning with TensorFlow on Apache Spark clusters' ,
1111 long_description = long_description ,
1212 long_description_content_type = 'text/markdown' ,
Original file line number Diff line number Diff line change 22
33logging .basicConfig (level = logging .INFO , format = "%(asctime)s %(levelname)s (%(threadName)s-%(process)d) %(message)s" )
44
5- __version__ = "1.4.1 "
5+ __version__ = "1.4.2 "
You can’t perform that action at this time.
0 commit comments