datahq / dataflows

DataFlows is a simple, intuitive lightweight framework for building data processing flows in python.
https://dataflows.org
MIT License
195 stars 40 forks source link

Version number should be more prominently displayed #114

Open augusto-herrmann opened 4 years ago

augusto-herrmann commented 4 years ago

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

dataflows --version

should give you the version number. Maybe also include it when just typing dataflows and dataflows --help.