We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8882073 commit 135b70dCopy full SHA for 135b70d
pyproject.toml
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
5
[project]
6
name = "src"
7
-version = "0.2.0"
+version = "0.1.0"
8
description = " LITE: Light Inception with boosTing tEchniques for Time Series Classification"
9
readme = { file = "README.md", content-type = "text/markdown" }
10
authors = [
@@ -96,4 +96,4 @@ filterwarnings = '''
96
ignore::UserWarning
97
ignore:numpy.dtype size changed
98
ignore:numpy.ufunc size changed
99
-'''
+'''
0 commit comments