We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 02ac6d5 commit 15f088aCopy full SHA for 15f088a
prometheus_todoist_exporter/__init__.py
@@ -1,3 +1,3 @@
1
"""Prometheus exporter for Todoist."""
2
3
-__version__ = "0.1.0"
+__version__ = "1.0.0"
pyproject.toml
@@ -1,6 +1,6 @@
[tool.poetry]
name = "prometheus-todoist-exporter"
-version = "0.1.0"
+version = "1.0.0"
4
description = "A Prometheus exporter for Todoist"
5
authors = ["echohello-dev <devs@echohello.dev>"]
6
license = "MIT"
0 commit comments