From e27b02393e17a382b660cad4fcaed1f30fc60dd4 Mon Sep 17 00:00:00 2001 From: Wenjie Du Date: Thu, 9 Nov 2023 13:47:27 +0800 Subject: [PATCH] feat: releasing v0.2.1; --- tsdb/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tsdb/__init__.py b/tsdb/__init__.py index 21bea6b..649d8df 100644 --- a/tsdb/__init__.py +++ b/tsdb/__init__.py @@ -21,7 +21,7 @@ # # Dev branch marker is: 'X.Y.dev' or 'X.Y.devN' where N is an integer. # 'X.Y.dev0' is the canonical version of 'X.Y.dev' -__version__ = "0.2" +__version__ = "0.2.1" from .data_processing import (