From 8b9bc9ea8ba10fcd2d3f9c515929d491f3b78052 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Mon, 9 Dec 2024 22:29:16 +0000 Subject: [PATCH] =?UTF-8?q?bump:=20version=200.0.0=20=E2=86=92=200.1.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 5 +++++ fast_healthchecks/__init__.py | 2 +- pyproject.toml | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e69de29..e8e6dc4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -0,0 +1,5 @@ +## v0.1.0 (2024-12-09) + +### Feat + +- **all**: 🚀 INIT diff --git a/fast_healthchecks/__init__.py b/fast_healthchecks/__init__.py index 5f065c4..e0f469f 100644 --- a/fast_healthchecks/__init__.py +++ b/fast_healthchecks/__init__.py @@ -1,3 +1,3 @@ """Fast Healthchecks.""" -__version__ = "0.0.0" +__version__ = "0.1.0" diff --git a/pyproject.toml b/pyproject.toml index c16db22..c9702a4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "fast-healthchecks" -version = "0.0.0" +version = "0.1.0" description = "FastHealthchecks" readme = "README.md" license = { file = "LICENSE" }