From 9bfe948943bc89f9f8aae49a2faf595bb591d43c Mon Sep 17 00:00:00 2001 From: chenbohua3 Date: Fri, 17 Mar 2023 10:29:40 +0800 Subject: [PATCH] bump up torch_quant's version to 0.4.0 (#1082) --- tools/torch_quant/torch_quant/version.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/torch_quant/torch_quant/version.py b/tools/torch_quant/torch_quant/version.py index bad43652c82..b54de1cedf9 100644 --- a/tools/torch_quant/torch_quant/version.py +++ b/tools/torch_quant/torch_quant/version.py @@ -9,4 +9,4 @@ # See the License for the specific language governing permissions and # limitations under the License. -__version__ = '0.0.0' +__version__ = '0.4.0'