Skip to content

Commit

Permalink
Version 1.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
cemsbr committed Nov 17, 2017
1 parent d9b3db4 commit d8fb853
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ mando==0.6.4 # via radon
mccabe==0.6.1 # via flake8, pylint
pip-tools==1.10.1
pluggy==0.5.2 # via tox
py==1.4.34 # via tox
py==1.5.2 # via tox
pycodestyle==2.3.1 # via flake8
pydocstyle==2.1.1
pyflakes==1.6.0 # via flake8
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

setup(
name='yala',
version='1.3.1',
version='1.3.2',
description='Yet Another Linter Aggregator',
long_description=LONG_DESC,
url='https://github.com/cemsbr/yala',
Expand Down
2 changes: 1 addition & 1 deletion yala/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -93,5 +93,5 @@ def _parse_linter(self, linter):

def main():
"""Entry point for the console script."""
args = docopt(__doc__, version='1.3.1')
args = docopt(__doc__, version='1.3.2')
Main().run(args)

0 comments on commit d8fb853

Please sign in to comment.