Skip to content

Commit

Permalink
updated versions
Browse files Browse the repository at this point in the history
  • Loading branch information
rsteube committed Dec 22, 2016
1 parent 13b9eb7 commit 5d5fed9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Blue Ant CLI client.
## Install

```sh
pip2 install --user git+https://github.com/rsteube/flik@v0.2
pip2 install --user git+https://github.com/rsteube/flik@v0.3
# needs ~/.local/bin in $PATH
```

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
import fastentrypoints

setup(name='flik',
version='0.3',
version='0.4',
description='blue ant cli client',
license='MIT',
packages=find_packages(),
Expand Down

0 comments on commit 5d5fed9

Please sign in to comment.