Skip to content

Commit 15f088a

Browse files
committed
chore: Bump version to 1.0.0 in configuration files
- Updated version number in pyproject.toml and __init__.py to reflect the new release version 1.0.0.
1 parent 02ac6d5 commit 15f088a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
"""Prometheus exporter for Todoist."""
22

3-
__version__ = "0.1.0"
3+
__version__ = "1.0.0"

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "prometheus-todoist-exporter"
3-
version = "0.1.0"
3+
version = "1.0.0"
44
description = "A Prometheus exporter for Todoist"
55
authors = ["echohello-dev <[email protected]>"]
66
license = "MIT"

0 commit comments

Comments
 (0)