This release fixes a bug where the port number was hardcoded in some places, so changing it in the `.env` would break the project. Now the port numbers all refer to the environment variable 😌
Unfortunately, I had to reorder a couple variables in the `.env` template to get this to work, so you'll have to either dig in to the `.env` file yourself or uninstall and then reinstall the project. As pointed out in 3, because the tokens are stored in plain text in the install directory, pip won't delete these files, so you'll have to `rm -rf /path/to/lib/python3.10/site-packages/gsheets-plaid/` yourself :confused:
I'm planning on a future release where we migrate away from all this file nonsense.