Missing __version__ attribute
In Python it's quite common to define a __version__ module attribute somewhere in __init__.py (or setup.py depending on how the package is built). Users can then access it like this:
>>> import tipsi
>>> tipsi.__version__
So this is a feature request to add such an attribute to tipsi.