Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
w4ffl35 committed Aug 17, 2024
1 parent 3c2cc9a commit 704d6e2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

setup(
name="airunner_nexus",
version="v1.5.2",
version="v1.5.3",
author="Capsize LLC",
description="Run a socket server for AI models.",
long_description=open("README.md", "r", encoding="utf-8").read(),
Expand All @@ -21,6 +21,7 @@
"huggingface-hub==0.23.0",
"torch==2.2.2",
"optimum==1.19.1",
"inflect==7.2.0",

# Stable Diffusion Dependencies
"omegaconf==2.3.0",
Expand Down

0 comments on commit 704d6e2

Please sign in to comment.