"vscode:/vscode.git/clone" did not exist on "2777562a54c493bcc2ce7cdbb550651ec42f2c4d"
Unverified Commit b05334f3 authored by Hang Zhang's avatar Hang Zhang Committed by GitHub
Browse files

V045 (#79)

* v0.4.5

* version file

* v0.4.5

* version num
parent 16363650
[bdist_wheel]
universal=1
......@@ -18,7 +18,7 @@ import setuptools.command.install
cwd = os.path.dirname(os.path.abspath(__file__))
version = '0.4.3'
version = '0.4.5'
try:
sha = subprocess.check_output(['git', 'rev-parse', 'HEAD'],
cwd=cwd).decode('ascii').strip()
......@@ -72,7 +72,7 @@ requirements = [
]
setup(
name="encoding",
name="torch-encoding",
version=version,
author="Hang Zhang",
author_email="zhanghang0704@gmail.com",
......
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