From 61e8ea4e9a88a10b165896d60e1c0fe84df7eb51 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Piotr=20Ma=C5=9Blanka?= <piotr.maslanka@henrietta.com.pl> Date: Wed, 16 Dec 2020 18:44:11 +0100 Subject: [PATCH] ver bump --- README.md | 3 +++ setup.py | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 8e7db1a..bfe477b 100644 --- a/README.md +++ b/README.md @@ -51,6 +51,9 @@ python setup.py bdist_wheel Then copy your resulting wheel and install it via pip on the target system. # Changelog +## v0.5.2 + +* _TBA_ ## v0.5.1 diff --git a/setup.py b/setup.py index 23daadd..9265f8c 100644 --- a/setup.py +++ b/setup.py @@ -41,7 +41,7 @@ ext_modules = build([Multibuild('tempsdb', find_pyx('tempsdb'), **ext_kwargs), ] **cythonize_kwargs) setup(name='tempsdb', - version='0.5.1', + version='0.5.2a1', packages=find_packages(include=['tempsdb', 'tempsdb.*']), install_requires=['satella>=2.14.24', 'ujson'], ext_modules=ext_modules, -- GitLab