Skip to content

Commit 08a0da8

Browse files
committed
chore: bump version
- remove travis.yml - remove travis badge from README.md
1 parent 7809aa4 commit 08a0da8

File tree

3 files changed

+1
-18
lines changed

3 files changed

+1
-18
lines changed

.travis.yml

-16
This file was deleted.

README.md

-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
<p>
2-
<img src="https://travis-ci.org/connorferster/handcalcs.svg?branch=master">
32
<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>
43
<img src="https://img.shields.io/badge/code%20style-black-000000.svg">
54
<img src="https://img.shields.io/pypi/v/handcalcs">

handcalcs/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"""
1515
Render arithmetic calucations in Jupyter as though they were written by hand.
1616
"""
17-
__version__ = "1.8.0" #
17+
__version__ = "1.9.0" #
1818
from .decorator import handcalc
1919
from .global_config import set_option, save_config
2020

0 commit comments

Comments
 (0)