Skip to content
This repository has been archived by the owner on Oct 11, 2024. It is now read-only.

Commit

Permalink
docs(version): bump project version to 0.1.1.dev0 (#168)
Browse files Browse the repository at this point in the history
  • Loading branch information
frgfm authored May 23, 2024
1 parent 4698309 commit 317d718
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
Expand Up @@ -4,7 +4,7 @@ build-backend = "poetry.masonry.api"

[tool.poetry]
name = "companion"
version = "0.1.0.dev0"
version = "0.1.1.dev0"
description = "Quack Companion API - type smarter, ship faster"
license = "Apache-2.0"
authors = ["François-Guillaume Fernandez <[email protected]>"]
Expand Down
2 changes: 1 addition & 1 deletion src/app/core/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ class Settings(BaseSettings):
# State
PROJECT_NAME: str = "Quack Companion API - Type smarter, ship faster"
PROJECT_DESCRIPTION: str = "Leverage team insights with a cohesive framework to code efficiently."
VERSION: str = "0.1.0.dev0"
VERSION: str = "0.1.1.dev0"
API_V1_STR: str = "/api/v1"
CORS_ORIGIN: str = "*"
SUPPORT_EMAIL: Union[str, None] = os.environ.get("SUPPORT_EMAIL")
Expand Down

0 comments on commit 317d718

Please sign in to comment.