so I was able to put this together after Googling and finding some stuff around here in SOF.
I needed to see what version of kivy was currently installed on my Windows System using pip.
here is what I found:
pip list | FIND /I "kivy"
Here is the output
Kivy 2.1.0
It did what I wanted it to do. Is there a different way that most devs get this info? Thanks