Skip to content

Commit

Permalink
Increment minor version
Browse files Browse the repository at this point in the history
This fixes #23.
  • Loading branch information
myint committed Feb 24, 2016
1 parent bbcb70b commit 6d3e2c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion language_check/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
from .which import which


__version__ = '0.7.6'
__version__ = '0.8'


__all__ = ['LanguageTool', 'Error', 'get_languages', 'correct', 'get_version',
Expand Down

0 comments on commit 6d3e2c6

Please sign in to comment.