Version¶
-
class
mss_dataserver.core.util.
Version
(version='0.0.1')[source]¶ Bases:
object
A version String representation.
- Parameters
version (str) – The version as a point-seperated string (e.g. 0.0.1).
Methods¶
|
Initialize the instance. |
|
Convert a version string to a tuple. |