diff --git a/pyproject.toml b/pyproject.toml index 09bcff26..0b59227e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,8 +1,8 @@ [tool.poetry] name = "ollama" -version = "0.0.1" -description = "" -authors = ["Your Name "] +version = "0.0.2" +description = "Run ai models locally" +authors = ["Ollama team"] readme = "README.md" packages = [{include = "ollama"}] scripts = {ollama = "ollama.cmd.cli:main"}