From c0c2c224410babfa5cbb3612415cb8f712bf3248 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Piotr=20Ma=C5=9Blanka?= <piotr.maslanka@henrietta.com.pl> Date: Tue, 12 Jan 2021 11:08:46 +0100 Subject: [PATCH] 0.5.4 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 93f8c04..8a70bd9 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, -- GitLab