Skip to content

Commit

Permalink
Merge 5ac8873 into 695f8f8
Browse files Browse the repository at this point in the history
  • Loading branch information
manrajgrover committed Nov 2, 2018
2 parents 695f8f8 + 5ac8873 commit d2a56d2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 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.github.com/manrajgrover/halo/master/art/doge_spin.svg?sanitize=true)

## 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.github.com/manrajgrover/halo/master/art/persist_spin.svg?sanitize=true)

#### `spinner.text`
Change the text of spinner.
Expand All @@ -182,7 +182,7 @@ Please see [Contributing guidelines](https://github.com/manrajgrover/halo/blob/m

## Like it?

:star2: this repo to show support. Let me know you liked it on [Twitter](https://twitter.com/manrajsgrover).
🌟 this repo to show support. Let me know you liked it on [Twitter](https://twitter.com/manrajsgrover).
Also, share the [project](https://twitter.com/intent/tweet?url=https%3A%2F%2Fgithub.com%2Fmanrajgrover%2Fhalo&via=manrajsgrover&text=Checkout%20%23halo%20-%20a%20beautiful%20%23terminal%20%23spinners%20library%20for%20%23python&hashtags=github%2C%20pypi).

## Related
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 d2a56d2

Please sign in to comment.