From de72c76e265214cb0c20cba7357cf3cecf094d95 Mon Sep 17 00:00:00 2001 From: lgqfhwy Date: Wed, 2 Mar 2022 18:03:42 +0800 Subject: [PATCH] new version 0.4.0 (#127) * new version 0.4.0 * fix bug for hiveinput --- easy_rec/python/protos/dataset.proto | 2 +- easy_rec/version.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/easy_rec/python/protos/dataset.proto b/easy_rec/python/protos/dataset.proto index bc6875cfc..326e03e88 100644 --- a/easy_rec/python/protos/dataset.proto +++ b/easy_rec/python/protos/dataset.proto @@ -178,7 +178,7 @@ message DatasetConfig { // input pipelines DummyInput = 8; KafkaInput = 13; - HiveInput = 16; + HiveInput = 17; } required InputType input_type = 10; diff --git a/easy_rec/version.py b/easy_rec/version.py index 4dbed0c5a..2d5248ce5 100644 --- a/easy_rec/version.py +++ b/easy_rec/version.py @@ -1,3 +1,3 @@ # -*- encoding:utf-8 -*- # Copyright (c) Alibaba, Inc. and its affiliates. -__version__ = '0.3.1' +__version__ = '0.4.0'