"tools/vscode:/vscode.git/clone" did not exist on "a7ae55b785108d4bfcbf9c95eea5458faf4c0699"
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 ...@@ -18,7 +18,7 @@ import setuptools.command.install
cwd = os.path.dirname(os.path.abspath(__file__)) cwd = os.path.dirname(os.path.abspath(__file__))
version = '0.4.3' version = '0.4.5'
try: try:
sha = subprocess.check_output(['git', 'rev-parse', 'HEAD'], sha = subprocess.check_output(['git', 'rev-parse', 'HEAD'],
cwd=cwd).decode('ascii').strip() cwd=cwd).decode('ascii').strip()
...@@ -72,7 +72,7 @@ requirements = [ ...@@ -72,7 +72,7 @@ requirements = [
] ]
setup( setup(
name="encoding", name="torch-encoding",
version=version, version=version,
author="Hang Zhang", author="Hang Zhang",
author_email="zhanghang0704@gmail.com", 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