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.0 .0'
31
+ version = '2.1 .0'
32
32
# The full version, including alpha/beta/rc tags
33
- release = '2.0 .0'
33
+ release = '2.1 .0'
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.0 .0-SNAPSHOT</version >
8
+ <version >2.1 .0-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 6
6
setup (
7
7
name = 'tensorflowonspark' ,
8
8
packages = ['tensorflowonspark' ],
9
- version = '2.0 .0' ,
9
+ version = '2.1 .0' ,
10
10
description = 'Deep learning with TensorFlow on Apache Spark clusters' ,
11
11
long_description = long_description ,
12
12
long_description_content_type = 'text/markdown' ,
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.0 .0"
5
+ __version__ = "2.1 .0"
You can’t perform that action at this time.
0 commit comments