Skip to content

Commit

Permalink
Merge pull request #208 from connorferster/releases/v.1.7.1
Browse files Browse the repository at this point in the history
chore: bump version
  • Loading branch information
connorferster authored Jun 12, 2024
2 parents 5987b01 + 949e114 commit 0407b4e
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 0407b4e

Please sign in to comment.