Skip to content

Commit

Permalink
Merge 9729f69 into 695f8f8
Browse files Browse the repository at this point in the history
  • Loading branch information
manrajgrover committed Nov 2, 2018
2 parents 695f8f8 + 9729f69 commit f7f57ac
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
[![PyPI](https://img.shields.io/pypi/v/halo.svg)](https://github.com/manrajgrover/halo) ![awesome](https://img.shields.io/badge/awesome-yes-green.svg)
> Beautiful spinners for terminal, IPython and Jupyter
![halo](art/doge_spin.svg)
![halo](https://raw.githubusercontent.com/manrajgrover/halo/master/art/doge_spin.svg)

## Install

Expand Down Expand Up @@ -165,7 +165,7 @@ Symbol to replace the spinner with. Defaults to `' '`.

Text to be persisted. Defaults to instance text.

![Persist spin](art/persist_spin.svg)
![Persist spin](https://raw.githubusercontent.com/manrajgrover/halo/master/art/persist_spin.svg)

#### `spinner.text`
Change the text of spinner.
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ def dependencies(file):
setup(
name='halo',
packages=find_packages(exclude=('tests', 'examples')),
version='0.0.18',
version='0.0.19',
license='MIT',
description='Beautiful terminal spinners in Python',
long_description=long_description,
Expand Down

0 comments on commit f7f57ac

Please sign in to comment.