Skip to content

Commit a0f757b

Browse files
authored
v2.2.5 release (#586)
1 parent 7179a8d commit a0f757b

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

doc/source/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,9 @@
2828
author = 'Yahoo Inc'
2929

3030
# The short X.Y version
31-
version = '2.2.4'
31+
version = '2.2.5'
3232
# The full version, including alpha/beta/rc tags
33-
release = '2.2.4'
33+
release = '2.2.5'
3434

3535

3636
# -- General configuration ---------------------------------------------------

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<modelVersion>4.0.0</modelVersion>
66
<groupId>com.yahoo.ml</groupId>
77
<artifactId>tensorflowonspark</artifactId>
8-
<version>2.2.4-SNAPSHOT</version>
8+
<version>2.2.5-SNAPSHOT</version>
99
<packaging>jar</packaging>
1010
<name>tensorflowonspark</name>
1111
<description>Spark Scala inferencing for TensorFlowOnSpark</description>

setup.cfg

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,16 +9,16 @@ classifiers =
99
License :: OSI Approved :: Apache Software License
1010
Topic :: Software Development :: Libraries
1111
Programming Language :: Python :: 3 :: Only
12-
Programming Language :: Python :: 3.6
1312
Programming Language :: Python :: 3.7
1413
Programming Language :: Python :: 3.8
14+
Programming Language :: Python :: 3.9
1515
description = Deep learning with TensorFlow on Apache Spark clusters
1616
license = Apache 2.0
1717
long_description = file:README.md
1818
long_description_content_type = text/markdown
1919
name = tensorflowonspark
2020
url = https://github.com/yahoo/TensorFlowOnSpark
21-
version = 2.2.4
21+
version = 2.2.5
2222

2323
[options]
2424
packages =

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__ = "2.2.4"
5+
__version__ = "2.2.5"

0 commit comments

Comments
 (0)