Skip to content

Commit

Permalink
Bump version to 0.0.2 (#8)
Browse files Browse the repository at this point in the history
  • Loading branch information
DavisRayM authored Apr 26, 2021
1 parent 13183da commit 953be2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
class Settings(BaseSettings):
app_name: str = "Duva"
app_description: str = ""
app_version: str = "0.0.1"
app_version: str = "v0.0.2"
app_host: str = "127.0.0.1"
app_port: int = 8000
database_url: str = "sqlite:///./sqllite_db.db"
Expand Down

0 comments on commit 953be2e

Please sign in to comment.