Add version number and fix warnings
This commit is contained in:
8
backend/version.py
Normal file
8
backend/version.py
Normal file
@@ -0,0 +1,8 @@
|
||||
"""
|
||||
Version configuration for Groceries Tracker Backend
|
||||
Single source of truth for version information
|
||||
"""
|
||||
|
||||
__version__ = "1.0.0"
|
||||
__app_name__ = "Groceries Tracker API"
|
||||
__description__ = "API for tracking grocery shopping events, products, and expenses"
|
||||
Reference in New Issue
Block a user