Generate the __version__ string from the version tuple. Having a tuple like this makes it easy for other packages to compare versions, e.g.: if VERSION > (3,): if VERSION < (1, 8):
Generate the __version__ string from the version tuple. Having a tuple like this makes it easy for other packages to compare versions, e.g.: if VERSION > (3,): if VERSION < (1, 8):