funkwhale/api/funkwhale_api/__init__.py

8 wiersze
168 B
Python
Czysty Zwykły widok Historia

2022-11-25 16:59:23 +00:00
__version__ = "1.2.9"
2018-06-09 13:36:16 +00:00
__version_info__ = tuple(
[
int(num) if num.isdigit() else num
for num in __version__.replace("-", ".", 1).split(".")
]
)