Hey everyone,
Just a quick post on how to check the Tensorflow version on Raspbian with a one-liner (assumes Python 3.x):
python3 -c 'import tensorflow as tf; print(tf.__version__)'
Check out this Stackoverflow post for more info: https://stackoverflow.com/a/38549357/522859