Skip to content

Commit 8ca030e

Browse files
committed
Bump version number
1 parent d2ffc12 commit 8ca030e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pep8.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@
6262
except ImportError:
6363
from ConfigParser import RawConfigParser
6464

65-
__version__ = '1.6.1'
65+
__version__ = '1.6.2a0'
6666

6767
DEFAULT_EXCLUDE = '.svn,CVS,.bzr,.hg,.git,__pycache__,.tox'
6868
DEFAULT_IGNORE = 'E121,E123,E126,E226,E24,E704'

0 commit comments

Comments
 (0)