From ca8f14e34c2336b3d5289a9138c1260bf8faa372 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Piotr=20Ma=C5=9Blanka?= <piotr.maslanka@henrietta.com.pl> Date: Mon, 14 Dec 2020 21:17:08 +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 c53e60e..8aca68e 100644 --- a/README.md +++ b/README.md @@ -52,6 +52,10 @@ Then copy your resulting wheel and install it via pip on the target system. # Changelog +## v0.5.1 + +* _TBA_ + ## v0.5 * if mmap is used, the kernel will be informed after loading the chunk that we diff --git a/setup.py b/setup.py index b7fe35e..414591f 100644 --- a/setup.py +++ b/setup.py @@ -23,7 +23,7 @@ if 'CI' in os.environ: setup(name='tempsdb', - version='0.5', + version='0.5.1a1', packages=['tempsdb'], install_requires=['satella>=2.14.24', 'ujson', 'indexed_gzip'], ext_modules=build([Multibuild('tempsdb', find_pyx('tempsdb'), **ext_kwargs), ], -- GitLab