Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
Pytorch-Encoding
Commits
b05334f3
Unverified
Commit
b05334f3
authored
Jun 26, 2018
by
Hang Zhang
Committed by
GitHub
Jun 26, 2018
Browse files
V045 (#79)
* v0.4.5 * version file * v0.4.5 * version num
parent
16363650
Changes
22
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
2 deletions
+4
-2
setup.cfg
setup.cfg
+2
-0
setup.py
setup.py
+2
-2
No files found.
setup.cfg
0 → 100644
View file @
b05334f3
[bdist_wheel]
universal=1
setup.py
View file @
b05334f3
...
@@ -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"
,
...
...
Prev
1
2
Next
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment