From 05d7e596961d870119a42a55fb99ff393760ddd4 Mon Sep 17 00:00:00 2001 From: Wenjie Du Date: Wed, 10 Jul 2024 12:35:29 +0800 Subject: [PATCH] feat: release v0.6; --- tsdb/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tsdb/__init__.py b/tsdb/__init__.py index b105112..cf29bbc 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.5" +__version__ = "0.6" from .data_processing import ( CACHED_DATASET_DIR,