To find out which version of dataflows I'm using I have to use
pip freeze | grep dataflows
The version number should be more easily visible as a CLI tool, e.g. typing
should give you the version number. Maybe also include it when just typing dataflows and dataflows --help.