Skip to content

Commit

Permalink
Merge pull request #457 from yahoo/leewyang_v1.4.4
Browse files Browse the repository at this point in the history
v1.4.4 release
  • Loading branch information
leewyang authored Sep 30, 2019
2 parents cb889f8 + e14a61c commit 29e9f07
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 6 deletions.
3 changes: 3 additions & 0 deletions .tidelift.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
tests:
removed: warn
unlicensed: warn
6 changes: 3 additions & 3 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,13 +24,13 @@
# -- Project information -----------------------------------------------------

project = 'TensorFlowOnSpark'
copyright = '2018, Yahoo Inc'
copyright = '2019, Yahoo Inc'
author = 'Yahoo Inc'

# The short X.Y version
version = '1.4.3'
version = '1.4.4'
# The full version, including alpha/beta/rc tags
release = '1.4.3'
release = '1.4.4'


# -- General configuration ---------------------------------------------------
Expand Down
3 changes: 1 addition & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
setup(
name='tensorflowonspark',
packages=['tensorflowonspark'],
version='1.4.3',
version='1.4.4',
description='Deep learning with TensorFlow on Apache Spark clusters',
long_description=long_description,
long_description_content_type='text/markdown',
Expand All @@ -15,7 +15,6 @@
keywords=['tensorflowonspark', 'tensorflow', 'spark', 'machine learning', 'yahoo'],
license='Apache 2.0',
classifiers=[
'Development Status :: 4 - Beta',
'Intended Audience :: Developers',
'Intended Audience :: Science/Research',
'License :: OSI Approved :: Apache Software License',
Expand Down
2 changes: 1 addition & 1 deletion tensorflowonspark/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@

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

__version__ = "1.4.3"
__version__ = "1.4.4"

0 comments on commit 29e9f07

Please sign in to comment.