Initialize project with version 0.1.0 and update package configurations
- Created package-lock.json for dependency management. - Updated package.json and frontend package.json to version 0.1.0. - Adjusted backend pyproject.toml to reflect version 0.1.0. - Introduced uv.lock for Python dependency resolution.
This commit is contained in:
@@ -1,8 +1,7 @@
|
||||
[project]
|
||||
name = "mirofish-backend"
|
||||
version = "1.0.0"
|
||||
version = "0.1.0"
|
||||
description = "MiroFish - 简洁通用的群体智能引擎,预测万物"
|
||||
readme = "README.md"
|
||||
requires-python = ">=3.11"
|
||||
license = { text = "Apache-2.0" }
|
||||
authors = [
|
||||
|
||||
Reference in New Issue
Block a user