Skip to content

Commit 56212ca

Browse files
committed
v0.1.2
1 parent 3b2e944 commit 56212ca

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

setup.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
setuptools.setup(
88
name="PyTEAP",
9-
version="0.1.1",
9+
version="0.1.2",
1010
author="Cheul Young Park",
1111
author_email="cheulyop@gmail.com",
1212
description="PyTEAP: A Python implementation of Toolbox for Emotion Analysis using Physiological signals (TEAP).",
@@ -20,5 +20,5 @@
2020
"License :: OSI Approved :: GNU General Public License v3 (GPLv3)",
2121
"Operating System :: OS Independent",
2222
],
23-
python_requires='>=3.8',
24-
)
23+
python_requires='>=3.6',
24+
)

0 commit comments

Comments
 (0)