PyZMQ and 0MQ version functions.
Return the version of pyzmq as a string.
Return the pyzmq version as a tuple of numbers
If pyzmq is a dev version, the patch-version will be inf.
This helps comparison of version tuples in Python 3, where str-int comparison is no longer legal for some reason.
Return the version of ZeroMQ itself as a string.