diff --git a/README.md b/README.md index 0a741b9..6d63e07 100644 --- a/README.md +++ b/README.md @@ -142,5 +142,5 @@ To ensure that your contribution is accepted, please follow these guidelines: ## Copyright -Copyright (C) 2023. Senko Rasic and Think contributors. You may use and/or distribute +Copyright (C) 2023-2024. Senko Rasic and Think contributors. You may use and/or distribute this project under the terms of MIT license. See the LICENSE file for more details. diff --git a/pyproject.toml b/pyproject.toml index b2a5a9e..77a4216 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "think-llm" -version = "0.0.3" +version = "0.0.4" description = "Create programs that think, using LLMs." authors = ["Senko Rasic "] license = "MIT"