From 949e114c4c1858453f93b0125f79a04bfffe3f72 Mon Sep 17 00:00:00 2001 From: Connor Ferster Date: Tue, 11 Jun 2024 23:23:24 -0700 Subject: [PATCH] chore: bump version --- handcalcs/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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