diff --git a/setup.py b/setup.py
index 9f714e0906d2290042f8d13904daf3ea33045865..06229503399027bf25c434d4ab359edbb999f4a1 100644
--- a/setup.py
+++ b/setup.py
@@ -7,7 +7,7 @@ readme = open('README.rst').read()
 
 setup(
     name='django-basetheme-bootstrap',
-    version='0.0.3',
+    version='0.0.4',
     description='Django Basetheme Bootstrap',
     long_description=readme,
     author='Bryan Brancotte',