Skip to content

Commit de72c76

Browse files
authored
new version 0.4.0 (#127)
* new version 0.4.0 * fix bug for hiveinput
1 parent 665f61c commit de72c76

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

easy_rec/python/protos/dataset.proto

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@ message DatasetConfig {
178178
// input pipelines
179179
DummyInput = 8;
180180
KafkaInput = 13;
181-
HiveInput = 16;
181+
HiveInput = 17;
182182
}
183183
required InputType input_type = 10;
184184

easy_rec/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
# -*- encoding:utf-8 -*-
22
# Copyright (c) Alibaba, Inc. and its affiliates.
3-
__version__ = '0.3.1'
3+
__version__ = '0.4.0'

0 commit comments

Comments
 (0)