Skip to content

Commit de0aa94

Browse files
authored
Merge pull request #1184 from modelscope/z-image-omni-base-dev
update package version
2 parents a13ecfc + f376202 commit de0aa94

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

pyproject.toml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "diffsynth"
7-
version = "2.0.0"
7+
version = "2.0.1"
88
description = "Enjoy the magic of Diffusion models!"
99
authors = [{name = "ModelScope Team"}]
1010
license = {text = "Apache-2.0"}
11-
requires-python = ">=3.10"
11+
requires-python = ">=3.10.1"
1212
dependencies = [
1313
"torch>=2.0.0",
1414
"torchvision",
@@ -33,6 +33,8 @@ classifiers = [
3333
]
3434

3535
[tool.setuptools.packages.find]
36+
where = ["./"]
37+
include = ["diffsynth"]
3638

3739
[tool.setuptools]
3840
include-package-data = true

0 commit comments

Comments
 (0)