From ad50adfd026648e2a58ceb50e7bcf756b0a6ad69 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Mon, 9 Dec 2024 23:14:51 +0000 Subject: [PATCH] =?UTF-8?q?bump:=20version=200.1.0=20=E2=86=92=200.1.1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 6 ++++++ fast_healthchecks/__init__.py | 2 +- pyproject.toml | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 50eb01b..60f0cf2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## 0.1.1 (2024-12-09) + +### Fix + +- **docs**: fixed `README.md` + ## 0.1.0 (2024-12-09) ### Feat diff --git a/fast_healthchecks/__init__.py b/fast_healthchecks/__init__.py index e0f469f..f1a7d6a 100644 --- a/fast_healthchecks/__init__.py +++ b/fast_healthchecks/__init__.py @@ -1,3 +1,3 @@ """Fast Healthchecks.""" -__version__ = "0.1.0" +__version__ = "0.1.1" diff --git a/pyproject.toml b/pyproject.toml index bb207a4..5f2b0b9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "fast-healthchecks" -version = "0.1.0" +version = "0.1.1" description = "FastHealthchecks" readme = "README.md" license = { file = "LICENSE" }