Commit cd5e2174 authored by zhuwenwen's avatar zhuwenwen
Browse files

update readme and version

parent 17bf238e
......@@ -155,8 +155,8 @@ def get_version_add(sha: Optional[str] = None) -> str:
version += ".torch" + torch.__version__[:4]
with open(add_version_path, encoding="utf-8", mode="w") as file:
file.write("__version__='0.2.1'\n")
file.write("__dcu_version__='0.2.1+{}'\n".format(version))
file.write("__version__='0.2.0'\n")
file.write("__dcu_version__='0.2.0+{}'\n".format(version))
file.close()
......
__version__ = "0.2.1"
\ No newline at end of file
__version__ = "0.2.0"
\ No newline at end of file
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