# libtmux._vendor.version.Version.major

- **Module:** libtmux._vendor.version.Version
- **Package:** libtmux
- **Language:** Python
- **Kind:** property
- **Source:** https://github.com/tmux-python/libtmux/blob/036c521c4b83ce6e434eb50afe2a0d08a6a05e46/src/libtmux/_vendor/version.py#L441
- **Page:** https://libtmux.org/reference/py/libtmux-_vendor-version-version-major/

```
libtmux._vendor.version.Version.major(self) -> int
```

The first item of :attr:`release` or ``0`` if unavailable.

>>> Version("1.2.3").major
1
