From 94ff29678dfddf364c10a9465e56d602e40e193e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Piotr=20Ma=C5=9Blanka?= <piotr.maslanka@henrietta.com.pl> Date: Thu, 10 Dec 2020 17:11:44 +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 3d4fea6..745c2fa 100644 --- a/README.md +++ b/README.md @@ -26,6 +26,10 @@ You will need to have both snakehouse and satella installed. # Changelog +## v0.4.5 + +* _TBA_ + ## v0.4.4 * more error conditions during mmap will be supported as well diff --git a/setup.py b/setup.py index 3eedbb3..6236fb0 100644 --- a/setup.py +++ b/setup.py @@ -28,7 +28,7 @@ if 'CI' in os.environ: setup(name='tempsdb', - version='0.4.4', + version='0.4.5a1', packages=['tempsdb'], install_requires=['satella>=2.14.24', 'ujson'], ext_modules=build([Multibuild('tempsdb', find_pyx('tempsdb')), ], -- GitLab