Coloring commited on
Commit
fd120f6
1 Parent(s): db32e48

fix: union type

Browse files
modelscope_studio-0.0.7-py3-none-any.whl → modelscope_studio-0.0.8-py3-none-any.whl RENAMED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:73e59525a7267d6aa81889e36e17e93ec8e0cc15948cdf5dc74b1bc2be124477
3
- size 6129839
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8aa910e4ddb11e21d9d6db65514e8fdfb229461d41784a8ea2c35c4452aa1aaf
3
+ size 6129844
requirements.txt CHANGED
@@ -1,2 +1,2 @@
1
  modelscope_studio
2
- modelscope_studio-0.0.7-py3-none-any.whl
 
1
  modelscope_studio
2
+ modelscope_studio-0.0.8-py3-none-any.whl
src/pyproject.toml CHANGED
@@ -8,7 +8,7 @@ build-backend = "hatchling.build"
8
 
9
  [project]
10
  name = "modelscope_studio"
11
- version = "0.0.7"
12
  description = "A set of extension component, inluding components for conversational input and display in multimodal scenarios, as well as more components for vertical scenarios."
13
  readme = "README.md"
14
  license = "Apache-2.0"
 
8
 
9
  [project]
10
  name = "modelscope_studio"
11
+ version = "0.0.8"
12
  description = "A set of extension component, inluding components for conversational input and display in multimodal scenarios, as well as more components for vertical scenarios."
13
  readme = "README.md"
14
  license = "Apache-2.0"