Skip to content

Commit d12e2ea

Browse files
committed
Bump versin number post release
1 parent 510c690 commit d12e2ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pycodestyle.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@
6666
except ImportError:
6767
from ConfigParser import RawConfigParser
6868

69-
__version__ = '2.1.0'
69+
__version__ = '2.2.0.dev0'
7070

7171
DEFAULT_EXCLUDE = '.svn,CVS,.bzr,.hg,.git,__pycache__,.tox'
7272
DEFAULT_IGNORE = 'E121,E123,E126,E226,E24,E704,W503'

0 commit comments

Comments
 (0)