From b382510da5e9f0e74b46c31afe7375638da4eadf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Piotr=20Ma=C5=9Blanka?= <piotr.maslanka@ericsson.com> Date: Sat, 3 Aug 2024 20:29:21 +0200 Subject: [PATCH] ver bump --- docs/conf.py | 2 +- setup.cfg | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/conf.py b/docs/conf.py index 50925f9..56b9958 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -22,7 +22,7 @@ project = 'tempsdb' copyright = '2020-2024, Piotr MaĹlanka' author = 'Piotr MaĹlanka' -release = '0.6.6' +release = '0.6.7a1' # -- General configuration --------------------------------------------------- diff --git a/setup.cfg b/setup.cfg index f5f999e..be69dc7 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,7 +1,7 @@ # coding: utf-8 [metadata] name = tempsdb -version = 0.6.6 +version = 0.6.7a1 long_description = file: README.md long_description-content-type = text/markdown; charset=UTF-8 license_files = LICENSE -- GitLab