1.0.7 api changes introduces full name to be displayed. This version goes back to displaying first names only.

This commit is contained in:
friendlyFriend
2023-11-26 12:15:50 +01:00
parent 513fc113b0
commit 5e3676bf1d
2 changed files with 7 additions and 7 deletions

View File

@@ -6,7 +6,7 @@ with open("README.md", "r") as fh:
setup(
name='prometheus-immich-exporter',
packages=['immich_exporter'],
version='1.0.7',
version='1.0.8',
long_description=long_description,
long_description_content_type="text/markdown",
description='Prometheus exporter for immich',