Skip to content

Commit c7490b0

Browse files
committed
Tagging 2.0.0 alpha 1 pre-release
1 parent f2ade60 commit c7490b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pycodestyle.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@
6464
except ImportError:
6565
from ConfigParser import RawConfigParser
6666

67-
__version__ = '2.0.0.dev0'
67+
__version__ = '2.0.0a1'
6868

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

0 commit comments

Comments
 (0)