diff --git a/python/pyproject.toml b/python/pyproject.toml index ed15f41..7639381 100644 --- a/python/pyproject.toml +++ b/python/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "scikit_build_core.build" [project] name = "voyager" -version = "2.0.10" +version = "2.1.1" description = "Easy-to-use, fast, simple multi-platform approximate nearest-neighbor search library." readme = "README.md" requires-python = ">=3.8" @@ -26,6 +26,7 @@ classifiers = [ "Programming Language :: Python :: 3.10", "Programming Language :: Python :: 3.11", "Programming Language :: Python :: 3.12", + "Programming Language :: Python :: 3.13", ] # Optional: runtime dependency specification # dependencies = [ "cryptography >=41.0" ]