update package version

This commit is contained in:
Artiprocher
2026-01-08 17:26:29 +08:00
parent 10a1853eda
commit f376202a49

View File

@@ -4,11 +4,11 @@ build-backend = "setuptools.build_meta"
[project]
name = "diffsynth"
version = "2.0.0"
version = "2.0.1"
description = "Enjoy the magic of Diffusion models!"
authors = [{name = "ModelScope Team"}]
license = {text = "Apache-2.0"}
requires-python = ">=3.10"
requires-python = ">=3.10.1"
dependencies = [
"torch>=2.0.0",
"torchvision",
@@ -33,6 +33,8 @@ classifiers = [
]
[tool.setuptools.packages.find]
where = ["./"]
include = ["diffsynth"]
[tool.setuptools]
include-package-data = true