From b23f007c106362c26e7ab2017b027f966bcb60d0 Mon Sep 17 00:00:00 2001 From: Senko Rasic Date: Sun, 28 Jan 2024 10:30:51 -0800 Subject: [PATCH] bump version to 0.0.4 --- README.md | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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"