Skip to content
This repository has been archived by the owner on Feb 3, 2020. It is now read-only.

Commit

Permalink
Update version to 0.0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
jeromepin committed Apr 29, 2017
1 parent af010c5 commit 568cd1d
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 @@ -22,7 +22,7 @@

### Docker : The cool way :)

**Note** : You should use a specific tag (like `jeromepin/whale-linter:0.0.4`) instead of (implicit) *latest*
**Note** : You should use a specific tag (like `jeromepin/whale-linter:0.0.7`) instead of (implicit) *latest*

```
docker run -it --rm -v /path/to/Dockerfile:/Dockerfile jeromepin/whale-linter
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

here = path.abspath(path.dirname(__file__))

version = '0.0.6'
version = '0.0.7'

setup(
name='whale-linter',
Expand Down

0 comments on commit 568cd1d

Please sign in to comment.