diff --git a/setup.py b/setup.py
index 8a7817fcacb09de1403538842647c4008dac8ae1..5e6c274cadce84f1ec897e622ce09f4c5358d683 100644
--- a/setup.py
+++ b/setup.py
@@ -5,7 +5,7 @@ MYDIR = os.path.dirname(__file__)
 
 setup(
     name='django-any-js',
-    version='1.0.3.post0',
+    version='1.0.3.post1',
     keywords=['django', 'javascript'],
     description='Include JavaScript libraries with readable template tags',
     long_description=open(os.path.join(MYDIR, "README.rst"),