Skip to content

Commit

Permalink
version 3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
2jun0 committed May 31, 2024
1 parent 1f3f06a commit e5d10c9
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.1"
version = "3.2"
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.1"
VERSION: str = "3.2"

ENVIRONMENT: Envrionment = Envrionment.PRODUCTION

Expand Down

0 comments on commit e5d10c9

Please sign in to comment.