diff --git a/handcalcs/__init__.py b/handcalcs/__init__.py index b73a2fa..b1a3c25 100644 --- a/handcalcs/__init__.py +++ b/handcalcs/__init__.py @@ -14,7 +14,7 @@ """ Render arithmetic calucations in Jupyter as though they were written by hand. """ -__version__ = "1.5.1" # +__version__ = "1.5.2" # from .decorator import handcalc __all__ = ["handcalc"]