diff --git a/setup.py b/setup.py index 696c7cd..c909ea2 100644 --- a/setup.py +++ b/setup.py @@ -6,7 +6,7 @@ with open("README.md", "r") as fh: setup( name='prometheus-immich-exporter', packages=['immich_exporter'], - version='1.0.0', + version='1.0.1', long_description=long_description, long_description_content_type="text/markdown", description='Prometheus exporter for immich',