We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7809aa4 commit 08a0da8Copy full SHA for 08a0da8
.travis.yml
README.md
@@ -1,5 +1,4 @@
1
<p>
2
- <img src="https://travis-ci.org/connorferster/handcalcs.svg?branch=master">
3
<a href='https://coveralls.io/github/connorferster/handcalcs?branch=master'><img src='https://coveralls.io/repos/github/connorferster/handcalcs/badge.svg?branch=master' alt='Coverage Status' /></a>
4
<img src="https://img.shields.io/badge/code%20style-black-000000.svg">
5
<img src="https://img.shields.io/pypi/v/handcalcs">
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.8.0" #
+__version__ = "1.9.0" #
18
from .decorator import handcalc
19
from .global_config import set_option, save_config
20
0 commit comments