FastAI version

Hey all every time I spin up a colab notebook and run -

import fastai
fastai.__version__

it returns a different number! What is going on?

This shouldn’t happen… what version numbers does it print? Is it a new version everytime?

Hey @ilovescience this was a silly mistake I did… Newb here… I ran pip install -Uqq fastai --upgrade and had to restart the runtime for the version to change. False alarm sorry.