diff options
author | Ian Lee <IanLee1521@gmail.com> | 2016-01-11 13:29:06 -0800 |
---|---|---|
committer | Ian Lee <IanLee1521@gmail.com> | 2016-01-11 13:29:06 -0800 |
commit | 1c496307f8c0e340c9f26d0972406bf53470282c (patch) | |
tree | 34caa44081c2a5e1bbe0756f9ce51f87f0fd63a4 /pep8.py | |
parent | 7680e2fdec0797e6a91b11f61d4af4d1d6f3c4ff (diff) | |
download | pep8-1c496307f8c0e340c9f26d0972406bf53470282c.tar.gz |
Bumped version in preparation of releaserelease/v1.6.3
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.3a0' +__version__ = '1.6.3' DEFAULT_EXCLUDE = '.svn,CVS,.bzr,.hg,.git,__pycache__,.tox' DEFAULT_IGNORE = 'E121,E123,E126,E226,E24,E704' |