v0.4.1
diff --git a/CHANGELOG b/CHANGELOG
index 9685f6c..a6c76bc 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,3 +1,8 @@
+0.4.1
+=====
+- Respect configuration when running autopep8
+- Quickfix for pep8 version conflicts
+
 0.4.0
 =====
 - Fix trailing-whitespace on OS X
diff --git a/setup.py b/setup.py
index ce93306..aabb160 100644
--- a/setup.py
+++ b/setup.py
@@ -6,7 +6,7 @@
     name='pre_commit_hooks',
     description='Some out-of-the-box hooks for pre-commit.',
     url='https://github.com/pre-commit/pre-commit-hooks',
-    version='0.4.0',
+    version='0.4.1',
 
     author='Anthony Sottile',
     author_email='asottile@umich.edu',