Skip to content

Commit 1f12053

Browse files
authored
Merge pull request #6 from fastlabel/develop
Merge develop to main
2 parents 28f9ebe + a28e212 commit 1f12053

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
$ pip install --upgrade fastlabel
77
```
88

9-
> Python version 3.8 or greater is required
9+
> Python version 3.7 or greater is required
1010
1111
## Usage
1212

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,14 @@
88

99
setuptools.setup(
1010
name="fastlabel",
11-
version="0.2.0",
11+
version="0.2.1",
1212
author="eisuke-ueta",
1313
author_email="[email protected]",
1414
description="The official Python SDK for FastLabel API, the Data Platform for AI",
1515
long_description=long_description,
1616
long_description_content_type="text/markdown",
1717
packages=setuptools.find_packages(),
1818
install_requires=install_requires,
19-
python_requires=">=3.8",
19+
python_requires=">=3.7",
2020
include_package_data=True,
2121
)

0 commit comments

Comments
 (0)