Skip to content

Commit

Permalink
update version and publish to pypi
Browse files Browse the repository at this point in the history
  • Loading branch information
mix1009 committed Jul 13, 2024
1 parent cda5936 commit 7eed6f1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

setup(
name="webuiapi",
version="0.9.12",
version="0.9.13",
description="Python API client for AUTOMATIC1111/stable-diffusion-webui",
url="https://github.com/mix1009/sdwebuiapi",
author="ChunKoo Park",
Expand Down
2 changes: 1 addition & 1 deletion webuiapi/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
SegmentAnythingSemanticSegWithCatIdResult
)

__version__ = "0.9.12"
__version__ = "0.9.13"

__all__ = [
"__version__",
Expand Down

0 comments on commit 7eed6f1

Please sign in to comment.