From aaac0e24db70717482e7433a8076a7f356a455f5 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Piotr=20Ma=C5=9Blanka?= <piotr.maslanka@henrietta.com.pl>
Date: Fri, 5 Mar 2021 15:58:40 +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 a148c6e..f952765 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.5
+
+* _TBA_
+
 ## v0.5.4
 
 * older TempsDB databases that do not support varlens will be updated upon opening
diff --git a/setup.py b/setup.py
index 8a70bd9..ad301cd 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.4',
+      version='0.5.5a1',
       packages=find_packages(include=['tempsdb', 'tempsdb.*']),
       install_requires=['satella>=2.14.24', 'ujson'],
       ext_modules=ext_modules,
-- 
GitLab