fix pytest in cli

This commit is contained in:
Adil Hafeez 2025-12-25 21:50:42 -08:00
parent 8d61316948
commit 6cb96aab08
No known key found for this signature in database
GPG key ID: 9B18EF7691369645
3 changed files with 4 additions and 0 deletions

View file

@ -57,6 +57,7 @@ def get_version():
# Fallback to version defined in __init__.py (for development)
try:
from planoai import __version__
return __version__
except ImportError:
return "version not found"