Description:
Refactor the project to manage and read the version from a single file (e.g., install.py). This ensures consistency and simplifies version management.
Tasks:
Create a single source of truth for the version in install.py.
Update setup.py and other relevant files to read the version from install.py.
Ensure the version is correctly propagated throughout the project.
Description: Refactor the project to manage and read the version from a single file (e.g.,
install.py
). This ensures consistency and simplifies version management.Tasks:
install.py
.setup.py
and other relevant files to read the version frominstall.py
.