| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -186,7 +186,7 @@ def run(self): | |||
| 186 | 186 | ||
| 187 | 187 | setup( | |
| 188 | 188 | name="diffusers", | |
| 189 | - version="0.3.0", # expected format is one of x.y.z.dev0, or x.y.z.rc1 or x.y.z (no to dashes, yes to dots) | ||
| 189 | + version="0.4.0.dev0", # expected format is one of x.y.z.dev0, or x.y.z.rc1 or x.y.z (no to dashes, yes to dots) | ||
| 190 | 190 | description="Diffusers", | |
| 191 | 191 | long_description=open("README.md", "r", encoding="utf-8").read(), | |
| 192 | 192 | long_description_content_type="text/markdown", | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -7,7 +7,7 @@ | |||
| 7 | 7 | ) | |
| 8 | 8 | ||
| 9 | 9 | ||
| 10 | - __version__ = "0.3.0" | ||
| 10 | + __version__ = "0.4.0.dev0" | ||
| 11 | 11 | ||
| 12 | 12 | from .configuration_utils import ConfigMixin | |
| 13 | 13 | from .modeling_utils import ModelMixin | |
| Back | FazBrowse Home | New Git URL |
0 commit comments