Skip to content

Commit 5aa5327

Browse files
authored
Merge pull request #77 from nateraw/release-0.5.3
Release 0.5.3
2 parents 5eb000e + 92205fd commit 5aa5327

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

setup.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,8 @@ def get_version() -> str:
2525
description=(
2626
"Create 🔥 videos with Stable Diffusion by exploring the latent space and morphing between text prompts."
2727
),
28+
long_description=open("README.md", "r", encoding="utf-8").read(),
29+
long_description_content_type="text/markdown",
2830
license="Apache",
2931
install_requires=requirements,
3032
extras_require=extras,

stable_diffusion_videos/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,4 +116,4 @@ def __dir__():
116116
},
117117
)
118118

119-
__version__ = "0.5.2"
119+
__version__ = "0.5.3"

0 commit comments

Comments
 (0)