From 0b4180c2880ef91b4f3c72c19d566027aeca33e2 Mon Sep 17 00:00:00 2001 From: niuyazhe Date: Sat, 18 Feb 2023 22:01:07 +0800 Subject: [PATCH] style(nyz): fix v0.4.6 version id bug(ci skip) --- ding/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ding/__init__.py b/ding/__init__.py index 5544402766..eb27801b09 100644 --- a/ding/__init__.py +++ b/ding/__init__.py @@ -1,7 +1,7 @@ import os __TITLE__ = 'DI-engine' -__VERSION__ = 'v0.4.5' +__VERSION__ = 'v0.4.6' __DESCRIPTION__ = 'Decision AI Engine' __AUTHOR__ = "OpenDILab Contributors" __AUTHOR_EMAIL__ = "opendilab@pjlab.org.cn"