Skip to content

Commit

Permalink
Version up to 4
Browse files Browse the repository at this point in the history
  • Loading branch information
2jun0 committed Jul 13, 2024
1 parent de2af8f commit 94d0d53
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 = "github-pokemon-collection"
version = "3.2"
version = "4"
description = ""
authors = ["2jun0 <[email protected]>"]
license = "MIT"
Expand Down
2 changes: 1 addition & 1 deletion src/setting.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ class Envrionment(str, Enum):

class Setting(BaseSettings):
TITLE: str = "Github pokemon collection api"
VERSION: str = "3.2"
VERSION: str = "4"

ENVIRONMENT: Envrionment = Envrionment.PRODUCTION

Expand Down

0 comments on commit 94d0d53

Please sign in to comment.