This project has some indication of what version of code is running in both CLI and `setup.py` that is pulled from the same source. AC: - [ ] We can print out the code version on the CLI - [ ] Code version in setup.py matches the CLI version - [ ] Both version are pulled from the same place (to avoid duplication / desync)
This project has some indication of what version of code is running in both CLI and
setup.pythat is pulled from the same source.AC: