We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5987b01 commit 949e114Copy full SHA for 949e114
handcalcs/__init__.py
@@ -14,7 +14,7 @@
14
"""
15
Render arithmetic calucations in Jupyter as though they were written by hand.
16
17
-__version__ = "1.7.0" #
+__version__ = "1.7.1" #
18
from .decorator import handcalc
19
from .global_config import set_option, save_config
20
0 commit comments