From 7cd4e335fe6dd5fd9bde148238cbce5223ffdeaa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Piotr=20Ma=C5=9Blanka?= <piotr.maslanka@henrietta.com.pl> Date: Tue, 6 Jul 2021 14:22:32 +0200 Subject: [PATCH] ver bump --- README.md | 3 +++ setup.cfg | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index c6624ea..a08ea05 100644 --- a/README.md +++ b/README.md @@ -49,6 +49,9 @@ Then copy your resulting wheel and install it via pip on the target system. # Changelog +## v0.6.3 + +* _TBA_ ## v0.6.2 diff --git a/setup.cfg b/setup.cfg index addabcd..4e4a4c0 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,7 +1,7 @@ # coding: utf-8 [metadata] name = tempsdb -version = 0.6.2 +version = 0.6.3a1 long-description = file: README.md long-description-content-type = text/markdown; charset=UTF-8 license_files = LICENSE -- GitLab