mirror of
https://github.com/modelscope/modelscope.git
synced 2025-12-25 20:49:37 +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.4.1'
|
|
# default release datetime for branches under active development is set
|
|
# to be a time far-far-away-into-the-future
|
|
__release_datetime__ = '2099-10-13 08:56:12'
|