Skip to content

Commit c66bd1f

Browse files
committed
chore: 🤖 update version to 1.0.2
1 parent a36b1f7 commit c66bd1f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ requires = ["setuptools>=45", "wheel"]
33

44
[project]
55
name = "BasicTS"
6-
version = "1.0.1"
6+
version = "1.0.2"
77
description = "A Fair and Scalable Time Series Analysis Toolkit and benchmark."
88
readme = "README.md"
99
requires-python = ">=3.9"

src/basicts/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
from .launcher import BasicTSLauncher
22

3-
__version__ = '1.0.1'
3+
__version__ = '1.0.2'
44

55
__all__ = ['__version__', 'BasicTSLauncher']

0 commit comments

Comments
 (0)