Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
connorferster committed Jun 2, 2022
1 parent cdb8e15 commit ccdefb1
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.5.1" #
__version__ = "1.5.2" #
from .decorator import handcalc

__all__ = ["handcalc"]

0 comments on commit ccdefb1

Please sign in to comment.