diff --git a/config/api/.env.template b/config/api/.env.template index 54f58ba..bc2d897 100644 --- a/config/api/.env.template +++ b/config/api/.env.template @@ -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. diff --git a/pyproject.toml b/pyproject.toml index ca27cb8..47ec139 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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 "] license = "Apache-2.0"