From 6eb076d5f65977255ba8f3fa2613e30c22935b70 Mon Sep 17 00:00:00 2001 From: padreug Date: Sun, 11 Jan 2026 16:10:48 +0100 Subject: [PATCH] chore: bump version to 0.0.4 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index c5c417d..885fe45 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "satmachineadmin" -version = "0.0.0" +version = "0.0.4" description = "Eightball is a simple API that allows you to create a random number generator." authors = ["benarc", "dni "]