| commit | a4575bc91299c20883009496ff3ebea7602b1c6a | [log] [tgz] |
|---|---|---|
| author | myint <macbookpro.local> | Sun Dec 30 11:05:06 2012 -0800 |
| committer | myint <macbookpro.local> | Sun Dec 30 11:05:06 2012 -0800 |
| tree | 719285de53bf68330dc996be92c09cef4161b5cd | |
| parent | db839bc1c1259087dffb6d1c9f8ab713d1d33b35 [diff] |
Increment patch version to 0.1.5
diff --git a/autoflake.py b/autoflake.py index c01789a..897e01d 100644 --- a/autoflake.py +++ b/autoflake.py
@@ -7,7 +7,7 @@ import tokenize -__version__ = '0.1.4' +__version__ = '0.1.5' PYFLAKES_BIN = 'pyflakes'