Skip to content

Commit 2a56367

Browse files
Release: v0.0.6
1 parent 916513b commit 2a56367

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

setup.py

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

182182
setup(
183183
name="controlnet_aux",
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)
184+
version="0.0.6", # expected format is one of x.y.z.dev0, or x.y.z.rc1 or x.y.z (no to dashes, yes to dots)
185185
description="Auxillary models for controlnet",
186186
long_description=open("README.md", "r", encoding="utf-8").read(),
187187
long_description_content_type="text/markdown",

src/controlnet_aux/__init__.py

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

33
from .hed import HEDdetector
44
from .leres import LeresDetector

0 commit comments

Comments
 (0)