fix(explorer): resolve notion sync, add debug logging, and fix UI display for industries v0.6.1
This commit is contained in:
@@ -10,7 +10,7 @@ try:
|
||||
class Settings(BaseSettings):
|
||||
# App Info
|
||||
APP_NAME: str = "Company Explorer"
|
||||
VERSION: str = "0.4.0"
|
||||
VERSION: str = "0.6.1"
|
||||
DEBUG: bool = True
|
||||
|
||||
# Database (Store in App dir for simplicity)
|
||||
|
||||
Reference in New Issue
Block a user