build_version property

build_version property

Specifies the incremental public release of the application.

Definition:

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

See Also