summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIan Lee <IanLee1521@gmail.com>2016-01-11 13:29:06 -0800
committerIan Lee <IanLee1521@gmail.com>2016-01-11 13:29:06 -0800
commit1c496307f8c0e340c9f26d0972406bf53470282c (patch)
tree34caa44081c2a5e1bbe0756f9ce51f87f0fd63a4
parent7680e2fdec0797e6a91b11f61d4af4d1d6f3c4ff (diff)
downloadpep8-1c496307f8c0e340c9f26d0972406bf53470282c.tar.gz
Bumped version in preparation of releaserelease/v1.6.3
-rwxr-xr-xpep8.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pep8.py b/pep8.py
index 821f164..a87d66d 100755
--- a/pep8.py
+++ b/pep8.py
@@ -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'