version property

version property

The version key that will be used to access the current version.

Definition:

@property
def version(self):
    ...
@version.setter
def version(self, value):
    ...

See Also