Commit 61116340 authored by Patrick von Platen's avatar Patrick von Platen
Browse files

v0.0.4-release

parent e3c8af26
......@@ -176,7 +176,7 @@ install_requires = [
setup(
name="diffusers",
version="0.0.3",
version="0.0.4",
description="Diffusers",
long_description=open("README.md", "r", encoding="utf-8").read(),
long_description_content_type="text/markdown",
......
......@@ -2,7 +2,7 @@
# There's no way to ignore "F401 '...' imported but unused" warnings in this
# module, but to preserve other warnings. So, don't check this module at all.
__version__ = "0.0.3"
__version__ = "0.0.4"
from .modeling_utils import ModelMixin
from .models.unet import UNetModel
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment