summaryrefslogtreecommitdiff
path: root/pep8.py
diff options
context:
space:
mode:
authorIan Lee <IanLee1521@gmail.com>2016-02-16 19:49:39 -0800
committerIan Lee <IanLee1521@gmail.com>2016-02-16 19:49:39 -0800
commit2c872940709a0f9d6156f29d2a2fd5a1c5a642ab (patch)
tree0d72b033a16705152e244d91ca801e5bce07f753 /pep8.py
parent999d11e6789d3debb16e1fc0cfbff9d1b229a93c (diff)
downloadpep8-2c872940709a0f9d6156f29d2a2fd5a1c5a642ab.tar.gz
Incremented version number marking new work after 1.7 release
Diffstat (limited to 'pep8.py')
-rwxr-xr-xpep8.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pep8.py b/pep8.py
index 3c950d4..fceb245 100755
--- a/pep8.py
+++ b/pep8.py
@@ -62,7 +62,7 @@ try:
except ImportError:
from ConfigParser import RawConfigParser
-__version__ = '1.7.0'
+__version__ = '1.8.0-dev'
DEFAULT_EXCLUDE = '.svn,CVS,.bzr,.hg,.git,__pycache__,.tox'
DEFAULT_IGNORE = 'E121,E123,E126,E226,E24,E704'