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
FastFold
Commits
cd5e2174
Commit
cd5e2174
authored
Aug 17, 2023
by
zhuwenwen
Browse files
update readme and version
parent
17bf238e
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
setup.py
setup.py
+2
-2
version.py
version.py
+1
-1
No files found.
setup.py
View file @
cd5e2174
...
@@ -155,8 +155,8 @@ def get_version_add(sha: Optional[str] = None) -> str:
...
@@ -155,8 +155,8 @@ def get_version_add(sha: Optional[str] = None) -> str:
version
+=
".torch"
+
torch
.
__version__
[:
4
]
version
+=
".torch"
+
torch
.
__version__
[:
4
]
with
open
(
add_version_path
,
encoding
=
"utf-8"
,
mode
=
"w"
)
as
file
:
with
open
(
add_version_path
,
encoding
=
"utf-8"
,
mode
=
"w"
)
as
file
:
file
.
write
(
"__version__='0.2.
1
'
\n
"
)
file
.
write
(
"__version__='0.2.
0
'
\n
"
)
file
.
write
(
"__dcu_version__='0.2.
1
+{}'
\n
"
.
format
(
version
))
file
.
write
(
"__dcu_version__='0.2.
0
+{}'
\n
"
.
format
(
version
))
file
.
close
()
file
.
close
()
...
...
version.py
View file @
cd5e2174
__version__
=
"0.2.1"
__version__
=
"0.2.0"
\ No newline at end of file
\ 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