Bump version to 0.1.4 and update CHANGELOG to introduce Session class for managing multiple conversations

This commit is contained in:
2024-10-30 18:33:30 -04:00
parent a589850288
commit 524869668d
2 changed files with 5 additions and 1 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
[project]
name = "simplemind"
version = "0.1.3"
version = "0.1.4"
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"