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