I was thinking that if we depend on this script and have no way to distribute it nicely using pip, we might want some kind of version control still, so that we can catch problems with incompatibility. I think a version string in the running status message could do the trick, like so:
{
"status": "running",
"version": "1.0.0"
}