From 84604ab143cc2ad343c48055eb62c2a39af4ff05 Mon Sep 17 00:00:00 2001 From: Diego Fernandez Duran Date: Sun, 17 Mar 2024 19:16:37 +0100 Subject: [PATCH] chore: bump to version 0.0.3 --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index e5580d7..61e5cd5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -10,7 +10,7 @@ build-backend = "hatchling.build" [project] name = "dnsupdater" -version = "0.0.2" +version = "0.0.3" authors = [ { name="Diego Fernandez Duran", email="diego@goedi.net" }, ] @@ -28,4 +28,4 @@ Homepage = "https://github.com/diegofd/dnsupdater" Issues = "https://github.com/diegofd/dnsupdater/issues" [project.scripts] -dnsupdater = "dnsupdater.dnsupdater:main" \ No newline at end of file +dnsupdater = "dnsupdater.dnsupdater:main"