Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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"