Skip to content

Commit effa1b6

Browse files
authored
Merge pull request #566 from yahoo/leewyang_v2.2.4
v2.2.4 release
2 parents 6fade96 + 3ee921a commit effa1b6

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
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.3'
31+
version = '2.2.4'
3232
# The full version, including alpha/beta/rc tags
33-
release = '2.2.3'
33+
release = '2.2.4'
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.3-SNAPSHOT</version>
8+
<version>2.2.4-SNAPSHOT</version>
99
<packaging>jar</packaging>
1010
<name>tensorflowonspark</name>
1111
<description>Spark Scala inferencing for TensorFlowOnSpark</description>

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ 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.3
21+
version = 2.2.4
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.3"
5+
__version__ = "2.2.4"

0 commit comments

Comments
 (0)