Increment minor version to 0.3
diff --git a/autoflake.py b/autoflake.py
index ae586b2..0edb2a5 100644
--- a/autoflake.py
+++ b/autoflake.py
@@ -32,7 +32,7 @@
 import pyflakes.reporter
 
 
-__version__ = '0.2.3'
+__version__ = '0.3'
 
 
 PYFLAKES_BIN = 'pyflakes'