Skip to content

Commit

Permalink
bump version to 0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
edaniszewski committed Jan 29, 2019
1 parent 6d86e0f commit f135295
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pylint_quotes/__version__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
__title__ = 'pylint-quotes'
__description__ = 'Quote consistency checker for PyLint..'
__url__ = 'https://github.com/edaniszewski/pylint-quotes'
__version__ = '0.2.0'
__version__ = '0.2.1'
__author__ = 'Erick Daniszewski'
__author_email__ = 'edaniszewski@gmail.com'
__license__ = 'MIT'
Expand Down

0 comments on commit f135295

Please sign in to comment.