Upgrade to 0.68.1 not acutally upgrading

I am running 0.68.0 and noticed the icon indicating a new version was available. I’m running the vir environment so I entered these commands to upgrade:

$ cd /srv/homeassistant
$ source bin/activate
$ sudo python3 -m pip install --upgrade homeassistant

the upgrade completes without any errors but once I reboot, I’m still running 0.68.0. Anyone have any ideas how to get the upgrade to actually upgrade?

missed one step, become home assistant user…don’t use sudo thats the wrong command, follow these steps.