Skip to content

Commit

Permalink
Increment patch version to 0.6.5
Browse files Browse the repository at this point in the history
  • Loading branch information
myint committed Apr 25, 2014
1 parent f846bf4 commit 68c0041
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion autoflake.py
Expand Up @@ -41,7 +41,7 @@
import pyflakes.reporter


__version__ = '0.6.4'
__version__ = '0.6.5'


ATOMS = frozenset([tokenize.NAME, tokenize.NUMBER, tokenize.STRING])
Expand Down

0 comments on commit 68c0041

Please sign in to comment.