Skip to content

Commit

Permalink
Merge pull request #77 from nateraw/release-0.5.3
Browse files Browse the repository at this point in the history
Release 0.5.3
  • Loading branch information
nateraw authored Oct 11, 2022
2 parents 5eb000e + 92205fd commit 5aa5327
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@ def get_version() -> str:
description=(
"Create 🔥 videos with Stable Diffusion by exploring the latent space and morphing between text prompts."
),
long_description=open("README.md", "r", encoding="utf-8").read(),
long_description_content_type="text/markdown",
license="Apache",
install_requires=requirements,
extras_require=extras,
Expand Down
2 changes: 1 addition & 1 deletion stable_diffusion_videos/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -116,4 +116,4 @@ def __dir__():
},
)

__version__ = "0.5.2"
__version__ = "0.5.3"

0 comments on commit 5aa5327

Please sign in to comment.