Skip to content

Commit c1a69f2

Browse files
Release: v0.0.5
1 parent 1ca67c2 commit c1a69f2

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

setup.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -181,8 +181,8 @@ def run(self):
181181

182182
setup(
183183
name="controlnet_aux",
184-
version="0.0.4", # expected format is one of x.y.z.dev0, or x.y.z.rc1 or x.y.z (no to dashes, yes to dots)
185-
description="Human Pose",
184+
version="0.0.5", # expected format is one of x.y.z.dev0, or x.y.z.rc1 or x.y.z (no to dashes, yes to dots)
185+
description="Auxillary models for controlnet",
186186
long_description=open("README.md", "r", encoding="utf-8").read(),
187187
long_description_content_type="text/markdown",
188188
keywords="deep learning",

src/controlnet_aux/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = "0.0.4"
1+
__version__ = "0.0.5"
22

33
from .hed import HEDdetector
44
from .midas import MidasDetector

0 commit comments

Comments
 (0)