-
- Downloads
Refactor version management to a dedicated file.
Moved the `__version__` variable from `__init__.py` to a new `__version.py` file. Updated `setup.py` to retrieve the version from the new file, improving maintainability and separation of concerns.
cooperative_cuisine/__version.py
0 → 100644
Please register or sign in to comment