From 13784d0e016619a164c3d31060e663359764574c Mon Sep 17 00:00:00 2001 From: GitHub Actions Date: Wed, 9 Oct 2024 11:20:23 +0000 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.0.0=20=E2=86=92=200.0.1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .bumpversion.cfg | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 886cccd..077967f 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.0.0 +current_version = 0.0.1 commit = True tag = True diff --git a/pyproject.toml b/pyproject.toml index 824ae59..178bd3f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "pipeline-heartbeat" -version = "0.0.0" +version = "0.0.1" description = "" authors = ["Yasin "] license = "MIT"