Bump to 0.4.1
diff --git a/CHANGELOG.txt b/CHANGELOG.txt
index 878336d..48f7695 100644
--- a/CHANGELOG.txt
+++ b/CHANGELOG.txt
@@ -1,3 +1,7 @@
+0.4.1 (2015-05-17)
+    * Fix bug with expand + empty docstring (thanks @jikamens;
+      https://github.com/wolever/nose-parameterized/pull/24)
+
 0.4.0 (2015-05-11)
     * Include parameters in ``parameterized.expand`` function docstrings
       (https://github.com/wolever/nose-parameterized/pull/22; thanks
diff --git a/setup.py b/setup.py
index 5b168a0..448d119 100644
--- a/setup.py
+++ b/setup.py
@@ -9,7 +9,7 @@
 
 setup(
     name="nose-parameterized",
-    version="0.4.0",
+    version="0.4.1",
     url="https://github.com/wolever/nose-parameterized",
     author="David Wolever",
     author_email="david@wolever.net",