diff --git a/handcalcs/__init__.py b/handcalcs/__init__.py index b68eedf..6b48c4d 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.7.0" # +__version__ = "1.7.1" # from .decorator import handcalc from .global_config import set_option, save_config