Skip to content

Commit

Permalink
chore: bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
connorferster committed Jun 12, 2024
1 parent 5987b01 commit 949e114
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion handcalcs/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 949e114

Please sign in to comment.