pdbfixer
pdbfixer copied to clipboard
Getting version?
We're having some issues checking what version of pdbfixer we're using (having gone back and forth between development and release versions). I found a version string at pdbfixer.pdbfixer.__version__; however, this seems out of date. Is there a version tag attached to the code somewhere which is current?
That's where the version is supposed to be, but it looks like no one remembered to update it for a while! Sorry about that.
Suggest using versioneer.
@peastman Out of curiosity any reason why it's not in pdbfixer.__version__?
That would be a reasonable place to put it too.