diff --git a/setup.py b/setup.py
index 6382a8a8863613c4c8c357b68068eacf3b4e6972..46309630a9acf6b6d44a4ece3bb14164f513040f 100644
--- a/setup.py
+++ b/setup.py
@@ -41,7 +41,7 @@ ext_modules = build([Multibuild('tempsdb', find_pyx('tempsdb'), **ext_kwargs), ]
                      **cythonize_kwargs)
 
 setup(name='tempsdb',
-      version='0.5.3a1',
+      version='0.5.2',
       packages=find_packages(include=['tempsdb', 'tempsdb.*']),
       install_requires=['satella>=2.14.24', 'ujson'],
       ext_modules=ext_modules,