fix(explorer): resolve notion sync, add debug logging, and fix UI display for industries v0.6.1

This commit is contained in:
2026-01-20 15:35:26 +00:00
parent bca78069f6
commit b5f12dd0fa
6 changed files with 129 additions and 185 deletions

View File

@@ -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)