Skip to content

Commit

Permalink
Update py_overload.py
Browse files Browse the repository at this point in the history
  • Loading branch information
ken-morel committed May 1, 2024
1 parent 64b193e commit 8596693
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/py_overload.py
Original file line number Diff line number Diff line change
Expand Up @@ -187,4 +187,5 @@ def new_setter(self, name, value):
return setter(self, name, value)
cls.__setattr__ = new_setter
return cls


__version__ = '1.0.0'

0 comments on commit 8596693

Please sign in to comment.