Skip to content

Commit 135b70d

Browse files
Change project version from 0.2.0 to 0.1.0
1 parent 8882073 commit 135b70d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "src"
7-
version = "0.2.0"
7+
version = "0.1.0"
88
description = " LITE: Light Inception with boosTing tEchniques for Time Series Classification"
99
readme = { file = "README.md", content-type = "text/markdown" }
1010
authors = [
@@ -96,4 +96,4 @@ filterwarnings = '''
9696
ignore::UserWarning
9797
ignore:numpy.dtype size changed
9898
ignore:numpy.ufunc size changed
99-
'''
99+
'''

0 commit comments

Comments
 (0)