Skip to content

Commit b5c9033

Browse files
authored
increment version number for developer version
1 parent b658fdb commit b5c9033

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

pyproject.toml

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

55
[project]
66
name = "cleanvision"
7-
version = "0.3.7"
7+
version = "0.3.8"
88
authors = [
99
{ name = "Cleanlab Inc.", email = "team@cleanlab.ai" },
1010
]
1111
description = "Find issues in image datasets"
1212
readme = "README.md"
13-
requires-python = ">=3.7"
13+
requires-python = ">=3.10"
1414
keywords = ["computer_vision", "cv", "image_data", "issue_detection", "data_quality", "image_quality", "machine_learning", "data_cleaning", "image_deduplication"]
1515
license = "Apache-2.0"
1616
license-files = ["LICENSE"]
1717
classifiers = [
1818
"Programming Language :: Python :: 3",
19-
"Programming Language :: Python :: 3.7",
20-
"Programming Language :: Python :: 3.8",
21-
"Programming Language :: Python :: 3.9",
2219
"Programming Language :: Python :: 3.10",
2320
"Programming Language :: Python :: 3.11",
2421
"Programming Language :: Python",

0 commit comments

Comments
 (0)