diff --git a/setup.py b/setup.py
index e3d864e..bb0e091 100644
--- a/setup.py
+++ b/setup.py
@@ -23,7 +23,7 @@ def main():
 
     setup(
         name='pgcontents',
-        version='0.5.0',
+        version='0.5.1',
         description="A Postgres-backed ContentsManager for IPython/Jupyter.",
         long_description=long_description,
         author="Scott Sanderson",