File tree 4 files changed +5
-5
lines changed
4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 28
28
author = 'Yahoo Inc'
29
29
30
30
# The short X.Y version
31
- version = '2.2.3 '
31
+ version = '2.2.4 '
32
32
# The full version, including alpha/beta/rc tags
33
- release = '2.2.3 '
33
+ release = '2.2.4 '
34
34
35
35
36
36
# -- General configuration ---------------------------------------------------
Original file line number Diff line number Diff line change 5
5
<modelVersion >4.0.0</modelVersion >
6
6
<groupId >com.yahoo.ml</groupId >
7
7
<artifactId >tensorflowonspark</artifactId >
8
- <version >2.2.3 -SNAPSHOT</version >
8
+ <version >2.2.4 -SNAPSHOT</version >
9
9
<packaging >jar</packaging >
10
10
<name >tensorflowonspark</name >
11
11
<description >Spark Scala inferencing for TensorFlowOnSpark</description >
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ long_description = file:README.md
18
18
long_description_content_type = text/markdown
19
19
name = tensorflowonspark
20
20
url = https://github.com/yahoo/TensorFlowOnSpark
21
- version = 2.2.3
21
+ version = 2.2.4
22
22
23
23
[options]
24
24
packages =
Original file line number Diff line number Diff line change 2
2
3
3
logging .basicConfig (level = logging .INFO , format = "%(asctime)s %(levelname)s (%(threadName)s-%(process)d) %(message)s" )
4
4
5
- __version__ = "2.2.3 "
5
+ __version__ = "2.2.4 "
You can’t perform that action at this time.
0 commit comments