Skip to content

Commit e77a34b

Browse files
committed
v1.0.8
1 parent f2885ef commit e77a34b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pyproject.toml

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

55
[project]
66
name = "minimalANN"
7-
version = "1.0.0"
8-
description = "A minimal barebones ANN using only numpy"
7+
version = "1.0.8"
8+
description = "A minimal barebones ANN library using only numpy"
99
authors = [
1010
{ name = "Amritanshu Barpanda", email = "your_email@example.com" }
1111
]
1212
license = "MIT"
1313
readme = "README.md"
14-
requires-python = ">=3.8"
14+
requires-python = ">=3.10"
1515

1616
dependencies = [
1717
"numpy"

0 commit comments

Comments
 (0)