From 88e82d1ad14d01a730bf24332c8f48ccff7a0b79 Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Wed, 30 Oct 2024 09:00:27 -0400 Subject: [PATCH] Update version to v0.1.3 in conf.py and pyproject.toml --- docs/conf.py | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/conf.py b/docs/conf.py index 6ac2281..d873e6e 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -16,7 +16,7 @@ import simplemind project = "simplemind" copyright = "2024, Kenneth Reitz" author = "Kenneth Reitz" -release = "v0.1.2" +release = "v0.1.3" # -- General configuration --------------------------------------------------- # https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration diff --git a/pyproject.toml b/pyproject.toml index c8fbe88..f23f7e8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "simplemind" -version = "0.1.2" +version = "0.1.3" description = "An experimental client for AI providers that intends to replace LangChain and LangGraph for most common use cases." readme = "README.md" requires-python = ">=3.11"