Skip to content

Commit

Permalink
Merge pull request #73 from WenjieDu/dev
Browse files Browse the repository at this point in the history
Release v0.6
  • Loading branch information
WenjieDu authored Jul 10, 2024
2 parents 3b0c22e + 05d7e59 commit 6fde8d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tsdb/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 6fde8d6

Please sign in to comment.