From 04f3d914187e45bcde855accdf80b9fa262daaa5 Mon Sep 17 00:00:00 2001 From: Schlomo Schapiro Date: Thu, 26 Oct 2023 19:30:20 +0200 Subject: [PATCH] use 0.0.0 as base version --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index ab27a57..e3001ce 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -14,7 +14,7 @@ [tool.poetry] name = "connectivity-check" -version = "0.1.4" +version = "0.0.0" description = "Network and Website Connectivity Checks with DataDog metrics reporting" authors = ["Schlomo Schapiro "] readme = "README.md"