BPLibrary plugin functions not updating

I am trying to write a plugin that exposes new python functions. I created a new project and added a new blueprint library plugin, but when I compile it using live coding, I never see my new function in the python module. I only see the original sample function which I removed from the code. It seems that my code does compile, because I did see a few errors which I fixed, but the updates are not reflected in the python module. Any help would be greatly appreciated.