diff --git a/setup.py b/setup.py
index 93f8c04e8d4a3c52fe0ae0038683eda1aac10bb5..8a70bd9429fbd6d925d58efba738f6b2f2cc7f3a 100644
--- a/setup.py
+++ b/setup.py
@@ -28,7 +28,7 @@ ext_modules = build([Multibuild('tempsdb', find_pyx('tempsdb'),
                      **cythonize_kwargs)
 
 setup(name='tempsdb',
-      version='0.5.4b1',
+      version='0.5.4',
       packages=find_packages(include=['tempsdb', 'tempsdb.*']),
       install_requires=['satella>=2.14.24', 'ujson'],
       ext_modules=ext_modules,