Commit 60fb332b authored by zhanggezhong's avatar zhanggezhong
Browse files

Update get_dcu_version.py

parent 7ff0fdfa
...@@ -64,7 +64,7 @@ def moe_whl_name(): ...@@ -64,7 +64,7 @@ def moe_whl_name():
def dcu_version(): def dcu_version():
try: try:
moe_version = '0.28.0' moe_version = '1.1.0'
dcu_version = moe_version + moe_whl_name() dcu_version = moe_version + moe_whl_name()
return dcu_version return dcu_version
except Exception: except Exception:
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment