Skip to content

Commit 6111634

Browse files
v0.0.4-release
1 parent e3c8af2 commit 6111634

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ def run(self):
176176

177177
setup(
178178
name="diffusers",
179-
version="0.0.3",
179+
version="0.0.4",
180180
description="Diffusers",
181181
long_description=open("README.md", "r", encoding="utf-8").read(),
182182
long_description_content_type="text/markdown",

src/diffusers/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# There's no way to ignore "F401 '...' imported but unused" warnings in this
33
# module, but to preserve other warnings. So, don't check this module at all.
44

5-
__version__ = "0.0.3"
5+
__version__ = "0.0.4"
66

77
from .modeling_utils import ModelMixin
88
from .models.unet import UNetModel

0 commit comments

Comments
 (0)