Skip to content

Commit

Permalink
new version 0.4.0 (#127)
Browse files Browse the repository at this point in the history
* new version 0.4.0

* fix bug for hiveinput
  • Loading branch information
lgqfhwy committed Mar 2, 2022
1 parent 665f61c commit de72c76
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion easy_rec/python/protos/dataset.proto
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ message DatasetConfig {
// input pipelines
DummyInput = 8;
KafkaInput = 13;
HiveInput = 16;
HiveInput = 17;
}
required InputType input_type = 10;

Expand Down
2 changes: 1 addition & 1 deletion easy_rec/version.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# -*- encoding:utf-8 -*-
# Copyright (c) Alibaba, Inc. and its affiliates.
__version__ = '0.3.1'
__version__ = '0.4.0'

0 comments on commit de72c76

Please sign in to comment.