Skip to content

Commit

Permalink
Bump version to 1.3.5
Browse files Browse the repository at this point in the history
  • Loading branch information
receyuki committed May 21, 2024
1 parent 7c175e7 commit 1a499be
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "sd-prompt-reader"
version = "1.3.5b2"
version = "1.3.5"
description = "A simple standalone viewer for reading prompt from Stable Diffusion generated image outside the webui."
authors = ["receyuki <receyuki@gmail.com>"]
license = "MIT"
Expand Down
2 changes: 1 addition & 1 deletion sd_prompt_reader/__version__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
VERSION = "1.3.5b2"
VERSION = "1.3.5"

0 comments on commit 1a499be

Please sign in to comment.