Is your feature request related to a problem? Please describe.
I don't like that I have to manually edit three files just to set the version number. I think a small shell script would be able to do it as well as add in a few more checks.
Describe the solution you'd like
Something that can
./ci/set_version X.Y.Z
and change the code in the necessary places to change the version to X.Y.Z
Describe alternatives you've considered
Continue to manually open these files and write them. (lame)
Try to find a github action which does this for me.
Is your feature request related to a problem? Please describe. I don't like that I have to manually edit three files just to set the version number. I think a small shell script would be able to do it as well as add in a few more checks.
Describe the solution you'd like Something that can
and change the code in the necessary places to change the version to X.Y.Z
Describe alternatives you've considered