funkwhale/api/funkwhale_api/__init__.py

8 wiersze
172 B
Python

__version__ = "1.3.0-rc3"
__version_info__ = tuple(
[
int(num) if num.isdigit() else num
for num in __version__.replace("-", ".", 1).split(".")
]
)