From f4712da44f6cd4b9ac6704515467d5c490089ba6 Mon Sep 17 00:00:00 2001 From: RoeiOhayon <68480989+RoeiOhayon@users.noreply.github.com> Date: Sat, 24 Aug 2024 20:02:09 +0300 Subject: [PATCH] Update setup.py Fix version --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index b073906..8de41fc 100644 --- a/setup.py +++ b/setup.py @@ -7,7 +7,7 @@ description='Guard Clause Package', long_description="Guardian allows you to use guard clauses both as function decorators and regular guard clauses\n" "Guard Clause Decorators allow you to check all of a function's arguments.\n" - "Guardian also enable you to create your own custom guard clauses.\n\nLatest Version: 1.1.1\n" + "Guardian also enable you to create your own custom guard clauses.\n\nLatest Version: 1.1.2\n" "Come visit: https://github.com/RoeiOhayon/Guardian", author='Roei Ohayon', maintainer='Roei Ohayon',