diff --git a/README.md b/README.md index d43e60a..f8e1210 100644 --- a/README.md +++ b/README.md @@ -5,6 +5,12 @@
+ + + +
+ Main Recent Update: - [Nov. 20, 2024] Project homepage is online and release TSB-AD-U/M dataset. - [Nov. 6, 2024] Pip-installable package released. @@ -99,7 +105,7 @@ The split of Tuning and Eval set in our benchmark study is available at [[Link]] You can install TSB-AD with [pip](https://pypi.org/project/TSB-AD/1.0/): ```bash -pip install TSB-AD==1.0 +pip install TSB-AD ``` To install TSB-AD from source, you will need the following tools: diff --git a/setup.py b/setup.py index 4bcee8a..7214ed4 100644 --- a/setup.py +++ b/setup.py @@ -3,7 +3,7 @@ setup( name='TSB_AD', # Replace with your own package name - version='1.1', # The version of your package + version='1.2', # The version of your package author='The Datum Lab', # Your name description='Time-Series Anomaly Detection Benchmark', # A short description long_description=open('README.md', encoding='utf-8').read(), # Long description read from the README.md