Skip to content

Commit

Permalink
feat: release v0.6.2;
Browse files Browse the repository at this point in the history
  • Loading branch information
WenjieDu committed Jul 31, 2024
1 parent 370bb37 commit 4cdea39
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion tsdb/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
"""
TSDB (Time Series Data Beans): a Python toolbox to ease loading public time-series datasets.
TSDB (Time Series Data Beans): a Python toolbox loads hundreds of public time-series datasets for machine/deep learning
with a single line of code.
"""

# Created by Wenjie Du <[email protected]>
Expand Down
2 changes: 1 addition & 1 deletion tsdb/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@
#
# 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.6.1"
__version__ = "0.6.2"

0 comments on commit 4cdea39

Please sign in to comment.