Skip to content

Commit 510c690

Browse files
committed
Tagged release of 2.1.0
Signed-off-by: Ian Lee <[email protected]>
1 parent 0be4e22 commit 510c690

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.dev0'
69+
__version__ = '2.1.0'
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)