Update version to v0.2.2 in conf.py and pyproject.toml

This commit is contained in:
2024-11-02 11:08:52 -04:00
parent 7e83532765
commit e47ada4598
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -16,7 +16,7 @@ import simplemind
project = "simplemind" project = "simplemind"
copyright = "2024 Kenneth Reitz" copyright = "2024 Kenneth Reitz"
author = "Kenneth Reitz" author = "Kenneth Reitz"
release = "v0.2.0" release = "v0.2.2"
# -- General configuration --------------------------------------------------- # -- General configuration ---------------------------------------------------
# https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration # https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration
+1 -1
View File
@@ -1,6 +1,6 @@
[project] [project]
name = "simplemind" name = "simplemind"
version = "0.2.1" version = "0.2.2"
description = "An experimental client for AI providers that intends to replace LangChain and LangGraph for most common use cases." description = "An experimental client for AI providers that intends to replace LangChain and LangGraph for most common use cases."
readme = "README.md" readme = "README.md"
requires-python = ">=3.10" requires-python = ">=3.10"