Skip to content

Commit

Permalink
add build badge, bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
edaniszewski committed Sep 4, 2017
1 parent 1177120 commit 7b3562e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
# Pylint Quote Checker
![Build Status](https://travis-ci.org/edaniszewski/pylint-quotes.svg?branch=master)

A Pylint plugin for checking the consistency of string quotes.

## Example
Expand Down
2 changes: 1 addition & 1 deletion pylint_quotes/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
from __future__ import absolute_import
from pylint_quotes import plugin, checker

__version__ = '0.1.5'
__version__ = '0.1.6'

register = plugin.register

0 comments on commit 7b3562e

Please sign in to comment.