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
FastMoE
Commits
7ff0fdfa
Commit
7ff0fdfa
authored
Jul 25, 2024
by
zhanggezhong
Browse files
Update setup.py
parent
6121bbde
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
5 deletions
+0
-5
setup.py
setup.py
+0
-5
No files found.
setup.py
View file @
7ff0fdfa
...
...
@@ -40,11 +40,6 @@ else:
def
get_package_version
():
__version__
=
'1.1.0'
cwd
=
os
.
path
.
dirname
(
os
.
path
.
abspath
(
__file__
))
version_path
=
os
.
path
.
join
(
cwd
,
"fmoe"
,
"version.py"
)
with
open
(
version_path
,
"w"
)
as
f
:
f
.
write
(
f
"__version__ = '
{
__version__
}
'
\n
"
)
return
__version__
def
write_version_file
():
...
...
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