Version 0.91 of TagPy is out

I’ve just released version 0.91 of TagPy. Besides some minor fixes, the biggest change is that you don’t say any more

tag.setArtist("Fat Boy Slim")

Instead, the (IMO) much more pythonic

tag.artist = "Fat Boy Slim"

is now where it’s at. Reading these attributes (and …

more ...