mirror of
https://github.com/modelscope/modelscope.git
synced 2025-12-18 01:07:44 +01:00
6 lines
272 B
Python
6 lines
272 B
Python
# Make sure to modify __release_datetime__ to release time when making official release.
|
|
__version__ = '1.6.1'
|
|
# default release datetime for branches under active development is set
|
|
# to be a time far-far-away-into-the-future
|
|
__release_datetime__ = '2023-05-18 23:59:00'
|