Skip to content

Commit

Permalink
Bump to v0.5.4
Browse files Browse the repository at this point in the history
  • Loading branch information
MasterOdin committed Sep 11, 2018
1 parent b0fbe2b commit 7ca2bbb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pylint_runner/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@

__author__ = "Matthew Peveler"
__license__ = "The MIT License (MIT)"
__version__ = "0.5.3"
__version__ = "0.5.4"
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ def get_requirements():
install_requires=get_requirements(),
tests_require=["nose"],
classifiers=[
"Development Status :: 4 - Beta",
"Development Status :: 5 - Production/Stable",
"Environment :: Console",
"Topic :: Software Development :: Debuggers",
"Topic :: Software Development :: Quality Assurance",
Expand Down

0 comments on commit 7ca2bbb

Please sign in to comment.