mirror of
https://github.com/modelscope/modelscope.git
synced 2025-12-16 16:27:45 +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.29.2'
|
|
# default release datetime for branches under active development is set
|
|
# to be a time far-far-away-into-the-future
|
|
__release_datetime__ = '2025-08-15 23:00:00'
|