From 1e8ecdd542cc83251d90e445c38178924b3f5a67 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Piotr=20Ma=C5=9Blanka?= <piotr.maslanka@henrietta.com.pl> Date: Tue, 1 Dec 2020 18:14: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 59d2bff..c1f28aa 100644 --- a/README.md +++ b/README.md @@ -14,6 +14,10 @@ So no variable encoding for you! # Changelog +## v0.3 + +* _TBA_ + ## v0.2 * added `get_open_series` diff --git a/setup.py b/setup.py index 6ed8673..2014def 100644 --- a/setup.py +++ b/setup.py @@ -21,7 +21,7 @@ def find_pyx(*path) -> tp.List[str]: # setup(name='tempsdb', - version='0.2', + version='0.3_a1', packages=['tempsdb'], install_requires=['satella>=2.14.21', 'ujson'], ext_modules=build([Multibuild('tempsdb', find_pyx('tempsdb')), ], -- GitLab