Skip to content

Commit

Permalink
chore: update README.md, bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
connorferster committed Jun 10, 2024
1 parent 5a99132 commit a574571
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
</p>
<p align="center">
<img src="docs/images/handcalcs.jpg"><br>
Covert art by <a href = "https://www.instagram.com/joshuahoibergtattoos/">Joshua Hoiberg</a>
Covert art by <a href = "https://www.copperkettlegameworks.ca/">Joshua Hoiberg</a>
</p>

<h1 align = "center">handcalcs:<br>Python calculations in Jupyter,<br>as though you wrote them by hand.</h1>
Expand Down
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.6.5" #
__version__ = "1.7.0" #
from .decorator import handcalc
from .global_config import set_option, save_config

Expand Down

0 comments on commit a574571

Please sign in to comment.