Skip to content

Commit

Permalink
Increment minor version to 1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
myint committed May 9, 2018
1 parent 44b07bb commit 83258a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion autoflake.py
Expand Up @@ -43,7 +43,7 @@
import pyflakes.reporter


__version__ = '1.2a0'
__version__ = '1.2'


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

0 comments on commit 83258a0

Please sign in to comment.