Skip to content

Commit

Permalink
Merge pull request #87 from JrGoodle/update
Browse files Browse the repository at this point in the history
Version 0.8.2
  • Loading branch information
JrGoodle committed Dec 31, 2015
2 parents 695a814 + 119cda5 commit f1a0313
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 @@ -34,10 +34,10 @@ For a few example projects, see the [examples directory](https://github.com/JrGo

### Installation

To install from the [GitHub Releases](https://github.com/JrGoodle/clowder/releases), first download the latest `.whl` file, then:
To install from the [GitHub Releases](https://github.com/JrGoodle/clowder/releases) open a terminal and run:

```bash
$ pip3 install clowder-0.8.1-py3-none-any.whl
$ pip3 install https://github.com/JrGoodle/clowder/releases/download/0.8.2/clowder-0.8.2-py3-none-any.whl
```

To install from the cloned repository:
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
setup(
name='clowder',
description='A tool for managing code',
version='0.8.1',
version='0.8.2',
url='http://clowder.cat',
author='joe DeCapo',
author_email='joe@polka.cat',
Expand Down

0 comments on commit f1a0313

Please sign in to comment.