diff options
author | Ian Lee <IanLee1521@gmail.com> | 2015-03-12 23:58:15 -0700 |
---|---|---|
committer | Ian Lee <IanLee1521@gmail.com> | 2015-03-13 00:05:23 -0700 |
commit | 6fb3c0c3f70fdedb79b63d6edfef1e6af1ed38aa (patch) | |
tree | c6e7cf04944c54dd14658d4700ff7bb2ccaf525a /pep8.py | |
parent | dcfdfda78527392433a78d8ed68b6d5a78cdf6c2 (diff) | |
download | pep8-6fb3c0c3f70fdedb79b63d6edfef1e6af1ed38aa.tar.gz |
Bump version post release
Diffstat (limited to 'pep8.py')
-rwxr-xr-x | pep8.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -62,7 +62,7 @@ try: except ImportError: from ConfigParser import RawConfigParser -__version__ = '1.6.2' +__version__ = '1.6.3a0' DEFAULT_EXCLUDE = '.svn,CVS,.bzr,.hg,.git,__pycache__,.tox' DEFAULT_IGNORE = 'E121,E123,E126,E226,E24,E704' |