diff --git a/setup.py b/setup.py index eb9c3a079264d317c87203b2bf03cc821df7f536..cdc8b699bbc3d102ef398ff91cfda98119d8596a 100644 --- a/setup.py +++ b/setup.py @@ -25,7 +25,7 @@ if 'CI' in os.environ: setup(name='tempsdb', - version='0.4.3_a4', + version='0.4.3', packages=['tempsdb'], install_requires=['satella>=2.14.21', 'ujson'], ext_modules=build([Multibuild('tempsdb', find_pyx('tempsdb')), ],