SOLVED: NBDev: Multiple libraries based on Git Branch?

I have a library in which there are two separate versions, one for the new fastai version and one for the v1. Is it possible to make a second pip configuration for a specific branch in my GitHub repository? Or do I need to make a brand new repository.

Thanks!

Edit: 99% sure I’ve solved this. Edit the package name in settings.py and you should be good to go

IE:

pip install fast1 and pip install fast2