Skip to content

Commit

Permalink
Update setup.py
Browse files Browse the repository at this point in the history
Fix release version
  • Loading branch information
RoeiOhayon authored Aug 24, 2024
1 parent 018138d commit 79e0177
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
setup(
name='guardian-python',
packages=['guardian', 'guardian.atomic_guards'],
version='1.1.1',
version='1.1.2',
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"
Expand Down

0 comments on commit 79e0177

Please sign in to comment.