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,