feat: update version to 0.3.2-dev and enhance Google Drive upload with optional metadata extraction

This commit is contained in:
Christian Krakau-Louis
2025-04-02 00:20:00 +02:00
parent adfd5c9757
commit 81296b93f8
3 changed files with 103 additions and 6 deletions
+1 -1
View File
@@ -131,7 +131,7 @@ class Settings(BaseSettings):
return f.read().strip()
# Default version if not found
return "0.1.0-dev"
return "0.3.2-dev"
class Config:
env_file = ".env"