Closed cfox570 closed 3 years ago
File at root: setup.py contains "version='4.2.0'" File at donkeycar: init.py contains "version = '4.3.0' "
Is there a way to only have one place where version is updated? In a separate version file?
Thanks for reporting this. Created #902 to address this.
This is now merged.
File at root: setup.py contains "version='4.2.0'" File at donkeycar: init.py contains "version = '4.3.0' "
Is there a way to only have one place where version is updated?
In a separate version file?