Skip to content

Commit

Permalink
bump version 1.1.0 -> 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
chainyo committed May 8, 2023
1 parent 152a826 commit 5dc7d30
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion config/api/.env.template
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
# The name of the project is used for giving a name to your API server.
PROJECT_NAME="PicAIsso"
# The version of the project is used for giving a version to your API server. Versioning is important, you know.
VERSION="1.0.0"
VERSION="1.2.0"
# The description of the project is used for giving a description to your API.
DESCRIPTION="🎨 Imagine what Picasso could have done with AI. Self-host your StableDiffusion API."
# The prefix of the API is used for prefixing all the routes of the API.
Expand Down
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 = "PicAIsso"
version = "1.0.2"
version = "1.2.0"
description = "🎨 Imagine what Picasso could have done with AI. Self-host your StableDiffusion API."
authors = ["Thomas Chaigneau <[email protected]>"]
license = "Apache-2.0"
Expand Down

0 comments on commit 5dc7d30

Please sign in to comment.