Skip to content

Commit

Permalink
chore: bump version
Browse files Browse the repository at this point in the history
- remove travis.yml
- remove travis badge from README.md
  • Loading branch information
connorferster committed Jun 27, 2024
1 parent 7809aa4 commit 08a0da8
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 18 deletions.
16 changes: 0 additions & 16 deletions .travis.yml

This file was deleted.

1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
<p>
<img src="https://travis-ci.org/connorferster/handcalcs.svg?branch=master">
<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>
<img src="https://img.shields.io/badge/code%20style-black-000000.svg">
<img src="https://img.shields.io/pypi/v/handcalcs">
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.8.0" #
__version__ = "1.9.0" #
from .decorator import handcalc
from .global_config import set_option, save_config

Expand Down

0 comments on commit 08a0da8

Please sign in to comment.