From 672523a8951522cb217874fcc2d85dbe81fe3a27 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Piotr=20Ma=C5=9Blanka?= <piotr.maslanka@henrietta.com.pl> Date: Tue, 8 Dec 2020 21:19:41 +0100 Subject: [PATCH] ver bump --- README.md | 4 ++++ setup.py | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index c9e8b13..58d7212 100644 --- a/README.md +++ b/README.md @@ -26,6 +26,10 @@ You will need to have both snakehouse and satella installed. # Changelog +## v0.4.4 + +* _TBA_ + ## v0.4.3 * iterating and writing at the same time from multiple threads diff --git a/setup.py b/setup.py index cdc8b69..597764b 100644 --- a/setup.py +++ b/setup.py @@ -25,7 +25,7 @@ if 'CI' in os.environ: setup(name='tempsdb', - version='0.4.3', + version='0.4.4a1', packages=['tempsdb'], install_requires=['satella>=2.14.21', 'ujson'], ext_modules=build([Multibuild('tempsdb', find_pyx('tempsdb')), ], -- GitLab