Skip to content

Commit

Permalink
Increment minor version to 1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
myint committed Apr 21, 2019
1 parent 61b09b3 commit a92b4b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion autoflake.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
import pyflakes.reporter


__version__ = '1.2'
__version__ = '1.3'


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

0 comments on commit a92b4b9

Please sign in to comment.