diff --git a/pyproject.toml b/pyproject.toml index 4a690d444..3bf93c0d2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api" [tool.poetry] name = "r2r" -version = "0.1.36" +version = "0.2.00" description = "SciPhi R2R" authors = ["Owen Colegrove "] license = "MIT" @@ -87,4 +87,4 @@ exclude = 'playground/.*|deprecated/.*|dump/.*|docs/source|vecs/*' [[tool.mypy.overrides]] module = "yaml" -ignore_missing_imports = true \ No newline at end of file +ignore_missing_imports = true