Skip to content

Commit

Permalink
Increment minor version to 1.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
myint committed Aug 4, 2019
1 parent 515e1f4 commit 0c06363
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions autoflake.py
@@ -1,6 +1,6 @@
#!/usr/bin/env python

# Copyright (C) 2012-2018 Steven Myint
# Copyright (C) 2012-2019 Steven Myint
#
# Permission is hereby granted, free of charge, to any person obtaining
# a copy of this software and associated documentation files (the
Expand Down Expand Up @@ -43,7 +43,7 @@
import pyflakes.reporter


__version__ = '1.3'
__version__ = '1.3.1'


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

0 comments on commit 0c06363

Please sign in to comment.