From 017f1ed4f4d4cdc0907b85cd86a75c5f28139ccb Mon Sep 17 00:00:00 2001 From: Cadu Date: Fri, 15 Nov 2024 00:30:07 -0300 Subject: [PATCH] Bump version. (#3) --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index f49cf75..e8b9a30 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "python-main" -version = "1.0.0" +version = "1.0.1" homepage = "https://github.com/flipbit03/main" description = "Decorator which runs the tagged function if the current module is being run as a script. No more `if __name__ == \"__main__\"` madness." authors = ["Cadu "]