Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
OpenDAS
FlashMLA
Commits
4648ec2f
You need to sign in or sign up before continuing.
Commit
4648ec2f
authored
Apr 14, 2026
by
zhanghj2
Browse files
update version to 1.2.0
parent
261aa80c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
flash_mla/__init__.py
flash_mla/__init__.py
+2
-2
No files found.
flash_mla/__init__.py
View file @
4648ec2f
__version__
=
"1.
0
.0"
__version__
=
"1.
2
.0"
from
flash_mla.flash_mla_interface
import
(
from
flash_mla.flash_mla_interface
import
(
get_mla_metadata
,
get_mla_metadata
,
...
@@ -27,4 +27,4 @@ __all__ = [
...
@@ -27,4 +27,4 @@ __all__ = [
import
os
import
os
FLASH_MLA_ROOT_DIR
=
os
.
path
.
dirname
(
os
.
path
.
abspath
(
__file__
))
FLASH_MLA_ROOT_DIR
=
os
.
path
.
dirname
(
os
.
path
.
abspath
(
__file__
))
# print(FLUX_ROOT_DIR)
# print(FLUX_ROOT_DIR)
os
.
environ
[
"FLASH_MLA_ROOT_DIR"
]
=
FLASH_MLA_ROOT_DIR
+
"/asm/"
os
.
environ
[
"FLASH_MLA_ROOT_DIR"
]
=
FLASH_MLA_ROOT_DIR
+
"/asm/"
\ No newline at end of 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