# libtmux._vendor.version.Version.__str__

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

```
libtmux._vendor.version.Version.__str__(self) -> str
```

Return string representation of the version that can be rounded-tripped.

>>> str(Version("1.0a5"))
'1.0a5'
