mirror of
https://github.com/modelscope/modelscope.git
synced 2026-02-24 20:19:51 +01:00
6 lines
273 B
Python
6 lines
273 B
Python
# Make sure to modify __release_datetime__ to release time when making official release.
|
|
__version__ = '1.25.0'
|
|
# default release datetime for branches under active development is set
|
|
# to be a time far-far-away-into-the-future
|
|
__release_datetime__ = '2025-04-07 00:00:00'
|