Skip to content

Commit

Permalink
Tagging 2.0.0 alpha 1 pre-release
Browse files Browse the repository at this point in the history
  • Loading branch information
IanLee1521 committed May 31, 2016
1 parent f2ade60 commit c7490b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pycodestyle.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
except ImportError:
from ConfigParser import RawConfigParser

__version__ = '2.0.0.dev0'
__version__ = '2.0.0a1'

DEFAULT_EXCLUDE = '.svn,CVS,.bzr,.hg,.git,__pycache__,.tox'
DEFAULT_IGNORE = 'E121,E123,E126,E226,E24,E704,W503'
Expand Down

0 comments on commit c7490b0

Please sign in to comment.